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

11 lines
294 B
TypeScript

import * as Shape from './shape';
import * as Registry from './registry';
export * from './model';
export * from './view';
export * from './graph';
export * from './config';
export * from './util';
export * from '@antv/x6-common';
export * from '@antv/x6-geometry';
export { Shape, Registry };