PromucFlow_constructor/app/client/src/Globals.d.ts

7 lines
112 B
TypeScript
Raw Normal View History

declare module "*.module.css";
declare module "*.txt" {
const filePath: string;
export default filePath;
}