amis-rpc-design/node_modules/antd/es/button/index.d.ts
2023-10-07 19:42:30 +08:00

7 lines
266 B
TypeScript

import Button from './button';
export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
export type { ButtonProps } from './button';
export type { ButtonGroupProps } from './button-group';
export * from './buttonHelpers';
export default Button;