export type Options = { /** * 消息主体 */ message: string; /** * 出现位置 */ position?: 'top' | 'bottom'; /** * 持续时间 */ duration?: number; /** * 自定义样式 */ style?: string; };