UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

7 lines (6 loc) 224 B
/// <reference types="react" /> import { Vector } from '@co-hooks/vector'; export interface IAuxiliaryPointsProps { points: Vector[]; } export declare function AuxiliaryPoints(props: IAuxiliaryPointsProps): JSX.Element;