UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

11 lines (10 loc) 255 B
import { App } from "vue"; export * from "./directives"; export * from "./components"; export * from "./constants"; export * from "./methods"; export * from "./utils"; declare const _default: { install: (app: App) => void; }; export default _default;