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