ags: setup example bar
This commit is contained in:
parent
347690561d
commit
dae1dcde13
10 changed files with 359 additions and 66 deletions
21
homeManagerModules/niri/ags/env.d.ts
vendored
Normal file
21
homeManagerModules/niri/ags/env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
const SRC: string;
|
||||
|
||||
declare module "inline:*" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.scss" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.blp" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.css" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue