index.js 164 B

1234567
  1. import { runtime } from '@antv/g';
  2. runtime.enableCSSParsing = false;
  3. // ui
  4. export * from './ui';
  5. // 方法
  6. export * from './util';
  7. //# sourceMappingURL=index.js.map