@npmxiaowu/h-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
98 lines (97 loc) • 3.39 kB
TypeScript
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 formData {
const type_2: ObjectConstructor;
export { type_2 as type };
function _default_2(): {};
export { _default_2 as default };
}
namespace isView {
const type_3: BooleanConstructor;
export { type_3 as type };
const _default_3: boolean;
export { _default_3 as default };
}
namespace supplement {
const type_4: BooleanConstructor;
export { type_4 as type };
const _default_4: boolean;
export { _default_4 as default };
}
namespace reply {
const type_5: BooleanConstructor;
export { type_5 as type };
const _default_5: boolean;
export { _default_5 as default };
}
namespace fileInfo {
const type_6: ObjectConstructor;
export { type_6 as type };
function _default_6(): {
resourceId: string;
resourceTitle: string;
resourceType: string;
resourceTypeName: string;
resourceNodeCode: string;
resourceNodeName: string;
fileClassCode: string;
fileClassName: string;
deptCode: string;
orgCode: string;
userCode: string;
appCode: string;
companyCode: string;
};
export { _default_6 as default };
}
namespace inputv {
const type_7: StringConstructor;
export { type_7 as type };
const _default_7: string;
export { _default_7 as default };
}
}
const emits: string[];
function setup(__props: any, { expose: __expose, emit: __emit }: {
expose: any;
emit: any;
}): {
props: any;
dialogShow: import("vue").Ref<boolean, boolean>;
fileData: import("vue").Ref<never[], never[]>;
emit: any;
localFormData: any;
valuesObj: import("vue").Ref<never[], never[]>;
confirm: (data: any) => void;
handleClose: () => void;
getFileIconWithName: (name: any) => string;
handleSave: () => void;
handleSend: () => void;
getUserData: (data: any) => void;
disabledState: import("vue").ComputedRef<{
disabled: any;
readonly: any;
}>;
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 getFileIcon: (fileName: string) => string;
};
}
import { ref } from "@vue/runtime-core";
import { reactive } from "@vue/runtime-core";
import { watch } from "@vue/runtime-core";