mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
11 lines
229 B
TypeScript
11 lines
229 B
TypeScript
declare module '*.less' {
|
|
const resource: {[key: string]: string};
|
|
export = resource;
|
|
}
|
|
|
|
declare const verb: any;
|
|
declare const FS: any;
|
|
declare const __CAD_APP: any;
|
|
declare const __DEBUG__: any;
|
|
declare const Module: any;
|
|
|