UNPKG

@nivo/bar

Version:
5 lines 476 B
import { BarCommonProps, BarDatum, BarSvgPropsWithDefaults, BarCanvasPropsWithDefaults } from './types'; export declare const commonDefaultProps: Omit<BarCommonProps<BarDatum>, 'data' | 'theme'>; export declare const svgDefaultProps: Omit<BarSvgPropsWithDefaults<BarDatum>, 'data' | 'width' | 'height' | 'theme'>; export declare const canvasDefaultProps: Omit<BarCanvasPropsWithDefaults<BarDatum>, 'data' | 'width' | 'height' | 'theme'>; //# sourceMappingURL=defaults.d.ts.map