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

16 lines (15 loc) 692 B
interface StyledGradientLabelsButtonProps { $color?: string; $size?: number; } export declare const StyledGradientLabelsButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<{ [x: string]: any; children: any; }, { [x: string]: any; children: any; }>, StyledGradientLabelsButtonProps>, StyledGradientLabelsButtonProps>> & string & Omit<({ children, ...props }: { [x: string]: any; children: any; }) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>; export {};