UNPKG

@apptane/react-ui-charts

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