7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
declare module "*.txt" {
|
|
const filePath: string;
|
|
export default filePath;
|
|
}
|
|
|
|
declare module "echarts-gl";
|