forgeplus-react/node_modules/antd/lib/button/index.d.ts

5 lines
182 B
TypeScript

import Button from './button';
export { ButtonProps, ButtonShape, ButtonSize, ButtonType } from './button';
export { ButtonGroupProps } from './button-group';
export default Button;