@aplus-frontend/ui
Version:
5 lines (4 loc) • 307 B
TypeScript
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;