UNPKG

@vuesax-alpha/nightly

Version:
4 lines (3 loc) 223 B
export declare const createGlobalNode: (id?: string | undefined) => HTMLDivElement; export declare const removeGlobalNode: (el: HTMLElement) => void; export declare const changeGlobalNodesTarget: (el: HTMLElement) => void;