UNPKG

@extclp/vexip-ui

Version:

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

26 lines (25 loc) 492 B
import { buildProps as n, eventProp as e, booleanProp as o, iconProp as r } from "@vexip-ui/config"; const a = n({ active: [String, Number], card: o, options: Array, align: String, placement: String, closable: o, showAdd: o, slots: Object, onChange: e(), onAdd: e(), onClose: e() }), l = n({ label: [String, Number], disabled: o, icon: r, closable: o, onToggle: e() }); export { l as tabNavItemProps, a as tabNavProps }; //# sourceMappingURL=props.mjs.map