mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* types: export components SemanticName type * update * update * update * update * update
15 lines
345 B
TypeScript
15 lines
345 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;
|