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

19 lines (18 loc) 606 B
/// <reference types="react" /> export declare const StyledResetZoomButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<{ [x: string]: any; children: any; }, { $activeColour: string; $inactiveColour: string; $fontFamily: string; $fontSize: number; $fontWeight: string; $fontStyle: string; $color: string; $enabled: boolean; $margin?: string; }>> & Omit<({ children, ...props }: { [x: string]: any; children: any; }) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;