UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

9 lines (8 loc) 261 B
import { createElement as h } from 'preact/compat'; export type IPolylineProps = { points: string; pathLength?: number | 'none'; className?: string; }; export declare function Polyline(props: IPolylineProps): h.JSX.Element; export default Polyline;