UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

10 lines (9 loc) 292 B
export * as node from "./src/node"; export * as utility from "./src/utility"; export * as dispose from "./src/dispose"; export * as animations from "./src/animation"; export declare const register: { components: any[]; directives: any[]; use: (node: any, type: string) => any; };