@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
11 lines (10 loc) • 463 B
TypeScript
/// <reference types="react" />
export declare const StyledButtonTooltip: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$backgroundColor?: string;
$color?: string;
$fontSize?: number;
$fontFamily?: string;
$fontWeight?: string;
$fontStyle?: string;
$borderRadius?: string;
}>>;