UNPKG

203 BTypeScriptView Raw
1import { FunctionComponent, HTMLAttributes } from 'react';
2declare type Props = Pick<HTMLAttributes<HTMLButtonElement>, 'onClick'>;
3declare const Button: FunctionComponent<Props>;
4export default Button;