UNPKG

@npmxiaowu/h-ui-plus

Version:

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

37 lines (36 loc) 1.92 kB
export default _sfc_main; declare namespace _sfc_main { namespace props { namespace processId { export const type: StringConstructor; const _default: string; export { _default as default }; } namespace resourceId { const type_1: StringConstructor; export { type_1 as type }; const _default_1: string; export { _default_1 as default }; } } function setup(__props: any, { expose: __expose }: { expose: any; }): { props: any; visible: import("vue").Ref<boolean, boolean>; activeName: import("vue").Ref<string, string>; sendDataList: import("vue").Ref<never[], never[]>; sendOptionsDataList: import("vue").Ref<never[], never[]>; loading: import("vue").Ref<boolean, boolean>; init: () => void; getData: () => Promise<void>; handleRefresh: () => void; handleClose: () => void; ref: typeof ref; readonly Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; readonly getReadList: any; readonly getReadOpinionList: any; }; } import { ref } from "@vue/runtime-core";