vue3-sud-layer
Version:
vue3 大屏弹窗
17 lines (16 loc) • 617 B
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
function setup(__props: any, { expose: __expose }: {
expose: any;
}): {
onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined;
ref: typeof ref;
};
function setup(__props: any, { expose: __expose }: {
expose: any;
}): {
onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined;
ref: typeof ref;
};
}
import { ref } from "@vue/runtime-core";