UNPKG

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