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