index.d.ts 266 B

123456
  1. import Button from './button';
  2. export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
  3. export type { ButtonProps } from './button';
  4. export type { ButtonGroupProps } from './button-group';
  5. export * from './buttonHelpers';
  6. export default Button;