Files
video-gen/video-gen-admin/node_modules/antd/es/button/index.d.ts
T
2026-05-25 17:08:18 +08:00

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;