vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
15 lines (14 loc) • 312 B
JavaScript
import { buildProps as r, eventProp as o, booleanProp as t, booleanStringProp as e } from "@vexip-ui/config";
const a = r({
items: Array,
tag: String,
attrFlag: e,
static: t,
maxCount: Number,
onRestChange: o(),
onToggle: o()
});
export {
a as overflowProps
};
//# sourceMappingURL=props.mjs.map