UNPKG

@chief-editor/shape

Version:

Shape for chief editor

4 lines (3 loc) 138 B
/// <reference types="react" /> import { IShapeProps } from '../types'; export declare function Ellipse(props: IShapeProps): JSX.Element;