@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
24 lines (23 loc) • 1.31 kB
TypeScript
export declare const LegendToggleButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$size" | "$backgroundColor" | "$borderColor" | "$iconColor" | "$hoverBackgroundColor" | "$hoverBorderColor" | "$top" | "$right" | "$left" | "$bottom"> & {
$backgroundColor?: string;
$borderColor?: string;
$iconColor?: string;
$hoverBackgroundColor?: string;
$hoverBorderColor?: string;
$top?: string;
$right?: string;
$left?: string;
$bottom?: string;
$size?: number;
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$size" | "$backgroundColor" | "$borderColor" | "$iconColor" | "$hoverBackgroundColor" | "$hoverBorderColor" | "$top" | "$right" | "$left" | "$bottom"> & {
$backgroundColor?: string;
$borderColor?: string;
$iconColor?: string;
$hoverBackgroundColor?: string;
$hoverBorderColor?: string;
$top?: string;
$right?: string;
$left?: string;
$bottom?: string;
$size?: number;
}, never>>> & string;