7 lines
334 B
TypeScript
7 lines
334 B
TypeScript
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;
|