@npmxiaowu/h-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
47 lines (46 loc) • 1.36 kB
TypeScript
export default _sfc_main;
declare namespace _sfc_main {
const emits: string[];
function setup(__props: any, { expose: __expose, emit: __emit }: {
expose: any;
emit: any;
}): {
emit: any;
activeName: import("vue").Ref<never[], never[]>;
visible: import("vue").Ref<boolean, boolean>;
dataList: import("vue").Ref<{
id: number;
creatorUserName: string;
createTime: string;
result: {
description: string;
oldValue: string;
newValue: string;
}[];
}[], {
id: number;
creatorUserName: string;
createTime: string;
result: {
description: string;
oldValue: string;
newValue: string;
}[];
}[] | {
id: number;
creatorUserName: string;
createTime: string;
result: {
description: string;
oldValue: string;
newValue: string;
}[];
}[]>;
init: (activityId: any) => void;
getData: (activityId: any) => void;
handleCancel: () => void;
ref: typeof ref;
readonly getCurrentOpinion: any;
};
}
import { ref } from "@vue/runtime-core";