UNPKG

@extclp/vexip-ui

Version:

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

12 lines (11 loc) 282 B
import { vLoading as e } from "./loading/index.mjs"; import { vResize as r } from "./resize/index.mjs"; function n(i) { i.directive("loading", e), i.directive("resize", r); } export { n as installDirectives, e as vLoading, r as vResize }; //# sourceMappingURL=index.mjs.map