UNPKG

@npmxiaowu/h-ui-plus

Version:

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

19 lines (18 loc) 567 B
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; visible: import("vue").Ref<boolean, boolean>; dataList: import("vue").Ref<never[], never[]>; init: (activityId: any) => void; getData: (activityId: any) => void; handleCancel: () => void; ref: typeof ref; readonly getCurrentOpinion: any; }; } import { ref } from "@vue/runtime-core";