UNPKG

270 BTypeScriptView Raw
1import * as Shape from './shape';
2export declare const version: any;
3export * from './types';
4export * from './interfaces';
5export { Event } from '@antv/g-base';
6export { default as Canvas } from './canvas';
7export { default as Group } from './group';
8export { Shape };