UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

15 lines (12 loc) 311 B
import { InfoFill, AlertFill, CheckFill, XCircleFill, X } from 'song-ui-pro-icon'; const typeIcon = { info: InfoFill, primary: InfoFill, warning: AlertFill, success: CheckFill, danger: XCircleFill, error: XCircleFill, close: X }; export { typeIcon }; //# sourceMappingURL=componentsType.mjs.map