@npmxiaowu/h-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
24 lines (23 loc) • 968 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{}, {
emit: (event: "refreshDataList", ...args: any[]) => void;
visible: import("vue").Ref<boolean, boolean>;
dataList: import("vue").Ref<{
appendPersonName: string;
opinionDateTime: string;
content: string;
}[], {
appendPersonName: string;
opinionDateTime: string;
content: string;
}[] | {
appendPersonName: string;
opinionDateTime: string;
content: string;
}[]>;
init: (id?: number) => void;
getData: (id: number) => void;
handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "refreshDataList"[], "refreshDataList", import("vue").PublicProps, Readonly<{}> & Readonly<{
onRefreshDataList?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;