UNPKG

@apptane/react-ui-charts

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