@apptane/react-ui-charts
Version:
Chart components in Apptane React UI framework
4 lines (3 loc) • 356 B
TypeScript
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;