PromucFlow_constructor/app/client/src/Globals.d.ts
2023-09-27 16:54:27 +05:30

7 lines
110 B
TypeScript

declare module "*.txt" {
const filePath: string;
export default filePath;
}
declare module "echarts-gl";