SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/config/index.d.ts
2026-05-15 10:22:44 +08:00

7 lines
150 B
TypeScript

export declare const Config: {
prefixCls: string;
autoInsertCSS: boolean;
useCSSSelector: boolean;
prefix(suffix: string): string;
};