mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 04:08:32 +08:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
declare module '*.json' {
|
|
export const version: string;
|
|
export const value: any;
|
|
}
|
|
|
|
declare module 'numericjs';
|