UNPKG

@rcpch/digital-growth-charts-react-component-library

Version:

A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components

16 lines (15 loc) 894 B
export declare const ChartTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color" | "fontSize" | "show" | "fontFamily" | "fontWeight" | "fontStyle"> & { fontFamily: string; color: string; fontSize: number; fontWeight: string; fontStyle: string; show?: boolean; }, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color" | "fontSize" | "show" | "fontFamily" | "fontWeight" | "fontStyle"> & { fontFamily: string; color: string; fontSize: number; fontWeight: string; fontStyle: string; show?: boolean; }, never>>> & string;