export interface IPriceEmits { /** 点击事件 */ (e: 'click', text: string | number): void }