UNPKG

bizcharts

Version:
7 lines (6 loc) 208 B
import BaseGemo, { IBaseGemoProps } from './Base'; export interface IPathGemoProps extends IBaseGemoProps { } export default class PathGeom extends BaseGemo<IPathGemoProps> { GemoBaseClassName: string; }