UNPKG

@apptane/react-ui-charts

Version:
3 lines (2 loc) 212 B
import { XYBarChartPaneProps } from "./XYChart.types.js"; export declare function XYBarChartPane<Data = void>(props: XYBarChartPaneProps<Data>): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;