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

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