export const alertVariants = [ { type: "note", icon: '', title: "注意", }, { type: "tip", icon: '', title: "提示", }, { type: "important", icon: '', title: "重要", }, { type: "warning", icon: '', title: "警告", }, { type: "caution", icon: '', title: "小心", }, ]