added root path alias, icons, improved framework semantics
This commit is contained in:
12
src/types.d.ts
vendored
Normal file
12
src/types.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare module "*.gif" {
|
||||
const value: string;
|
||||
export = value;
|
||||
}
|
||||
declare module "*.png" {
|
||||
const value: string;
|
||||
export = value;
|
||||
}
|
||||
declare module "*.svg" {
|
||||
const value: string;
|
||||
export = value;
|
||||
}
|
||||
Reference in New Issue
Block a user