UNPKG

@aplus-frontend/ui

Version:

5 lines (4 loc) 307 B
import { AppContext } from 'vue'; export declare const getContainerDom: (params?: HTMLElement | Element | (() => HTMLElement | Element)) => Element | undefined; export declare const setModalGlobalAppContext: (appContext: AppContext) => void; export declare const getModalGlobalAppContext: () => AppContext;