@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
11 lines (10 loc) • 479 B
TypeScript
export declare const StyledRadioButtonGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
$activeColour: string;
$inactiveColour: string;
$fontFamily: string;
$fontSize: number;
$fontWeight: string;
$fontStyle: string;
$color: string;
$className: string;
}>> & string & Omit<(props: any) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;