@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
33 lines (32 loc) • 540 B
JavaScript
import { wrapProps as e } from "@vexip-ui/config";
const l = e({
props: {
type: Object,
default: () => ({})
},
locale: {
type: Object,
default: () => ({})
},
icons: {
type: Object,
default: () => ({})
},
zIndex: {
type: Number,
default: null
},
theme: {
// eslint-disable-next-line @typescript-eslint/ban-types
type: String,
default: null
},
hoverDelay: {
type: Number,
default: null
}
});
export {
l as configProviderProps
};
//# sourceMappingURL=props.mjs.map