Files
icehrm/web/node_modules/antd/es/button/index.d.ts
2020-05-20 18:47:29 +02:00

6 lines
243 B
TypeScript

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;