export type { ButtonGroupProps } from './props'; /** 排列方式 */ export type ButtonGroupDirection = 'horizontal' | 'vertical';