UNPKG

react-bezier-curve-editor

Version:
10 lines (9 loc) 283 B
type Props = { size: number; outerAreaSize: number; strokeWidth: number; innerAreaColor?: string; rowColor?: string; }; export declare function BezierCurveEditorPlane({ size, outerAreaSize, strokeWidth, innerAreaColor, rowColor }: Props): JSX.Element; export {};