UNPKG

304 BTypeScriptView Raw
1import '@antv/g2/lib/geometry/shape/line/step';
2import BaseGemo, { IBaseGemoProps } from './Base';
3import '@antv/g2/lib/geometry/shape/line/step';
4export interface ILineGemoProps extends IBaseGemoProps {
5}
6export default class LineGeom extends BaseGemo<ILineGemoProps> {
7 GemoBaseClassName: string;
8}