mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 10:48:24 +08:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
declare module '*.json' {
|
|
export const version: string;
|
|
export const value: any;
|
|
}
|