UNPKG

@visx/xychart

Version:

Composable cartesian coordinate chart built with visx primitives

5 lines 270 B
/// <reference types="react" /> import { BaseGridProps } from './BaseGrid'; export declare type GridProps = Omit<BaseGridProps, 'GridRowsComponent' | 'GridColumnsComponent'>; export default function Grid(props: GridProps): JSX.Element; //# sourceMappingURL=Grid.d.ts.map