UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 334 B
import Button from './Button'; export type { SizeType as ButtonSize } from '../config-provider/SizeContext'; export type { ButtonProps, ButtonSemanticClassNames, ButtonSemanticName, ButtonSemanticStyles, } from './Button'; export type { ButtonGroupProps } from './ButtonGroup'; export * from './buttonHelpers'; export default Button;