deploy-ease-platform/frontend/src/pages/Workflow/Definition/Designer/index.module.less.d.ts
2024-12-05 20:40:04 +08:00

14 lines
337 B
TypeScript

declare namespace IndexModuleLessNamespace {
export interface IIndexModuleLess {
container: string;
sider: string;
nodePanel: string;
content: string;
graph: string;
}
}
declare module '*.less' {
const content: IndexModuleLessNamespace.IIndexModuleLess;
export default content;
}