UNPKG

@apptane/react-ui-charts

Version:
4 lines (3 loc) 356 B
import { DomainXValue } from "../common/Types.js"; import { XYChartOverlayProps } from "./XYChartOverlay.types.js"; export declare function XYChartOverlay<X extends DomainXValue>({ theme, colorMode, scaleX, width, height, title, titleAlignment, color, x0, x1, }: XYChartOverlayProps<X>): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;