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