File size: 269 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
import Button from './button';
export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
export type { ButtonProps } from './button';
export type { ButtonGroupProps } from './button-group';
export * from './buttonHelpers';
export default Button;
|