UNPKG

@apptane/react-ui-charts

Version:
8 lines (7 loc) 460 B
import { ChartHeaderProps } from "./ChartHeader.types.js"; export declare const StyleContainer: (height: number) => import("@emotion/react").SerializedStyles; export declare const StyleLegend: import("@emotion/react").SerializedStyles; /** * Chart pane header component. */ export declare function ChartHeader({ theme, colorMode, header, legend, axisYTitle }: ChartHeaderProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element | null;