UNPKG

@glodon-aiot/react-components

Version:

aiot react components

9 lines (8 loc) 229 B
import { Point } from '.'; export interface LineElementProps { start: Point; end: Point; } export interface State { } export default function LineElement(props: LineElementProps): import("react/jsx-runtime").JSX.Element;