@rcpch/digital-growth-charts-react-component-library
Version:
A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components
16 lines (15 loc) • 656 B
TypeScript
interface StyledShareButtonProps {
$color?: string;
$size?: number;
}
export declare const StyledShareButton: import("styled-components/dist/types").IStyledComponentBase<"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>> & string & Omit<({ children, ...props }: {
[x: string]: any;
children: any;
}) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;
export {};