UNPKG

@npmxiaowu/h-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

46 lines (45 loc) 1.65 kB
export default _sfc_main; declare namespace _sfc_main { namespace props { namespace visible { export const type: BooleanConstructor; const _default: boolean; export { _default as default }; } namespace title { const type_1: StringConstructor; export { type_1 as type }; const _default_1: string; export { _default_1 as default }; } namespace resourceId { const type_2: StringConstructor; export { type_2 as type }; const _default_2: string; export { _default_2 as default }; } } const emits: string[]; function setup(__props: any, { expose: __expose, emit: __emit }: { expose: any; emit: any; }): { props: any; emit: any; editVisible: import("vue").Ref<boolean, boolean>; pagedData: import("vue").Ref<never[], never[]>; handleClose: () => void; getSendListData: () => Promise<void>; ref: typeof ref; reactive: typeof reactive; watch: typeof watch; computed: typeof import("@vue/reactivity").computed; onMounted: (hook: any, target?: import("vue").ComponentInternalInstance | null | undefined) => void; readonly ElMessage: import("element-plus/es/utils").SFCInstallWithContext<import("element-plus").Message>; readonly getSendList: typeof getSendList; }; } import { ref } from "@vue/runtime-core"; import { reactive } from "@vue/runtime-core"; import { watch } from "@vue/runtime-core"; import { getSendList } from "../api/index";