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