index.d.ts 182 Bytes
Newer Older
qianyuheng committed
1 2 3 4
import Button from './button';
export { ButtonProps, ButtonShape, ButtonSize, ButtonType } from './button';
export { ButtonGroupProps } from './button-group';
export default Button;