UNPKG

cl-react-graph

Version:
9 lines (8 loc) 246 B
/// <reference types="react" /> import { Props as UseMakeLineProps } from "../utils/useMakeLine"; type Props = { animate?: boolean; label: string; } & UseMakeLineProps; export declare const Line: (props: Props) => JSX.Element; export {};