UNPKG

258 BTypeScriptView Raw
1import Button from './button';
2export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
3export type { ButtonProps, ButtonShape, ButtonType } from './button';
4export type { ButtonGroupProps } from './button-group';
5export default Button;