UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

5 lines (4 loc) 439 B
import { Path } from 'd3-path'; export declare function ColumnBox(props: any): import('react').FunctionComponentElement<import('ui-box').BoxProps<import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>>>; export declare function zigZagBoxPath(x: any, y: any, width: any, height: any, top: boolean, bottom: boolean): string; export declare function drawZigZagAtConstantHeight(d: Path, x0: any, x1: any, y: any): void;