@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
20 lines (19 loc) • 414 B
JavaScript
import { buildProps as s, booleanProp as o, styleProp as r, classProp as t, iconProp as e } from "@vexip-ui/config";
const n = s({
bodyWidth: Number,
icon: e,
iconProps: Object,
position: String,
transitionName: String,
closable: o,
maskClose: o,
showMask: o,
maskClass: t,
maskStyle: r,
parseHtml: o,
renderer: Function
});
export {
n as toastProps
};
//# sourceMappingURL=props.mjs.map