9 lines
No EOL
139 B
TypeScript
9 lines
No EOL
139 B
TypeScript
declare module "*.png" {
|
|
const value: any;
|
|
export = value;
|
|
}
|
|
|
|
declare module "*.html" {
|
|
const value: any;
|
|
export = value;
|
|
} |