UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

5 lines (4 loc) 337 B
export declare const use: (selector: HTMLElement | string) => Element | null; export declare const append: (selector: HTMLElement | string, el: Node) => void; export declare const remove: (selector: HTMLElement | string, el: Node) => void; export declare const includes: (current: HTMLElement | null, container: HTMLElement) => boolean;