UNPKG

vexip-ui

Version:

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

32 lines (31 loc) 479 B
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: { type: String, default: null }, hoverDelay: { type: Number, default: null } }); export { l as configProviderProps }; //# sourceMappingURL=props.mjs.map