UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 258 B
import Button from './button'; export type { SizeType as ButtonSize } from '../config-provider/SizeContext'; export type { ButtonProps, ButtonShape, ButtonType } from './button'; export type { ButtonGroupProps } from './button-group'; export default Button;