mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
4 lines
No EOL
91 B
TypeScript
4 lines
No EOL
91 B
TypeScript
declare module '*.less' {
|
|
const resource: {[key: string]: string};
|
|
export = resource;
|
|
} |