UNPKG

bento-charts

Version:
8 lines (7 loc) 284 B
import { ReactNode } from 'react'; interface ChartWrapperProps { responsive: boolean; children: ReactNode; } declare const ChartWrapper: import("react").ForwardRefExoticComponent<ChartWrapperProps & import("react").RefAttributes<HTMLDivElement>>; export default ChartWrapper;