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

12 lines (11 loc) 429 B
/// <reference types="react" /> export declare const StyledFullScreenButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<{ [x: string]: any; children: any; }, { $color?: string; size?: number; }>> & Omit<({ children, ...props }: { [x: string]: any; children: any; }) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;