export interface ShowActionSheetResult { /** * 用户点击的按钮序号,从上到下的顺序,从 0 开始 */ tapIndex: number; }