export type { SwapProps } from './props'; /** 不同切换类型 */ export type SwapType = 'sound' | 'swap';