@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
14 lines (13 loc) • 546 B
TypeScript
/// <reference types="react" />
export declare const LegendToggleButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
$backgroundColor?: string;
$borderColor?: string;
$iconColor?: string;
$hoverBackgroundColor?: string;
$hoverBorderColor?: string;
$top?: string;
$right?: string;
$left?: string;
$bottom?: string;
$size?: number;
}>>;