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

6 lines (5 loc) 160 B
import * as React from 'react'; export declare const CommonButton: ({ children, ...props }: { [x: string]: any; children: any; }) => React.JSX.Element;