@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
9 lines (8 loc) • 405 B
TypeScript
export declare const ChartTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {
fontFamily: string;
color: string;
fontSize: number;
fontWeight: string;
fontStyle: string;
show?: boolean;
}>> & string;