@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
17 lines (16 loc) • 700 B
TypeScript
/// <reference types="react" />
interface StyledGradientLabelsButtonProps {
$color?: string;
$size?: number;
}
export declare const StyledGradientLabelsButton: import("styled-components").IStyledComponent<"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>> & Omit<({ children, ...props }: {
[x: string]: any;
children: any;
}) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;
export {};