UNPKG

@rcpch/digital-growth-charts-react-component-library

Version:

A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components

18 lines (17 loc) 586 B
export declare const StyledErrorButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{ [x: string]: any; children: any; }, { activeColour: string; inactiveColour: string; fontFamily: string; fontSize: number; fontWeight: string; fontStyle: string; color: string; enabled: boolean; $margin?: string; }>> & string & Omit<({ children, ...props }: { [x: string]: any; children: any; }) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;