UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

8 lines (7 loc) 206 B
import { createElement as h } from 'preact/compat'; export type IPathProps = { d: string; [key: string]: any; }; export declare function Path(props: IPathProps): h.JSX.Element; export default Path;