UNPKG

208 BTypeScriptView Raw
1import BaseGemo, { IBaseGemoProps } from './Base';
2export interface IPathGemoProps extends IBaseGemoProps {
3}
4export default class PathGeom extends BaseGemo<IPathGemoProps> {
5 GemoBaseClassName: string;
6}