@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
37 lines (36 loc) • 1.7 kB
TypeScript
export declare const StyledErrorButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
activeColour?: string;
inactiveColour?: string;
buttonSize?: number;
enabled?: boolean;
} & import("react").RefAttributes<HTMLButtonElement>, "color" | "activeColour" | "inactiveColour" | "enabled" | "fontSize" | "$margin" | "fontFamily" | "fontWeight" | "fontStyle"> & {
activeColour: string;
inactiveColour: string;
fontFamily: string;
fontSize: number;
fontWeight: string;
fontStyle: string;
color: string;
enabled: boolean;
$margin?: string;
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
activeColour?: string;
inactiveColour?: string;
buttonSize?: number;
enabled?: boolean;
} & import("react").RefAttributes<HTMLButtonElement>, "color" | "activeColour" | "inactiveColour" | "enabled" | "fontSize" | "$margin" | "fontFamily" | "fontWeight" | "fontStyle"> & {
activeColour: string;
inactiveColour: string;
fontFamily: string;
fontSize: number;
fontWeight: string;
fontStyle: string;
color: string;
enabled: boolean;
$margin?: string;
}, never>>> & string & Omit<import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
activeColour?: string;
inactiveColour?: string;
buttonSize?: number;
enabled?: boolean;
} & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;