UNPKG

360 BTypeScriptView Raw
1import BaseGemo, { IBaseGemoProps } from './Base';
2import '@antv/g2/lib/geometry/shape/schema';
3import '@antv/g2/lib/geometry/shape/schema/candle';
4import '@antv/g2/lib/geometry/shape/schema/box';
5export interface ISchemaGemoProps extends IBaseGemoProps {
6}
7export default class SchemaGeom extends BaseGemo<ISchemaGemoProps> {
8 GemoBaseClassName: string;
9}