UNPKG

@tabula/ui-json-view

Version:
9 lines (8 loc) 232 B
import { CSSProperties } from 'react'; import { Line as LineType } from '../types'; type Props = { line: LineType; style?: CSSProperties; }; export declare const Line: import("react").NamedExoticComponent<Props>; export {};