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

8 lines (7 loc) 298 B
import * as React from 'react'; export declare const CommonButton: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & React.RefAttributes<HTMLButtonElement>>;