UNPKG

dagre-reactjs-elk-layout

Version:
5 lines (4 loc) 234 B
import { Point, ShapeComponentProps, Size } from 'dagre-reactjs'; import * as React from 'react'; export declare const calculateHousePoints: (size: Size) => Array<Point>; export declare const House: React.FC<ShapeComponentProps>;