vant
Version:
Mobile UI Components built on Vue
17 lines (16 loc) • 382 B
JavaScript
import { withInstall } from "../utils/index.mjs";
import _Popup from "./Popup.mjs";
const Popup = withInstall(_Popup);
var stdin_default = Popup;
import { popupProps } from "./Popup.mjs";
import {
useGlobalZIndex,
setGlobalZIndex
} from "../composables/use-global-z-index.mjs";
export {
Popup,
stdin_default as default,
popupProps,
setGlobalZIndex,
useGlobalZIndex
};