UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

27 lines (26 loc) 490 B
import { buildProps as r, booleanProp as o, eventProp as l } from "@vexip-ui/config"; const n = r({ type: String, title: String, colorfulText: o, icon: { type: [Boolean, Object, Function], default: null }, closable: o, iconColor: String, noBorder: o, banner: o, manual: o, scroll: o, scrollSpeed: Number, color: String, slots: Object, onClose: l(), onHide: l(), onScrollEnd: l() }); export { n as alertProps }; //# sourceMappingURL=props.mjs.map