UNPKG

@npmxiaowu/h-ui-plus

Version:

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

38 lines (37 loc) 1.58 kB
declare const HAttention: ({ emits: string[]; setup(__props: any, { expose: __expose, emit: __emit }: { expose: any; emit: any; }): { emits: any; radioAttetionFlowOptions: import("vue").Ref<{ label: string; value: number; }[], { label: string; value: number; }[] | { label: string; value: number; }[]>; dialogVisible: import("vue").Ref<boolean, boolean>; attentionFlow: import("vue").Ref<any, any>; attentionLimitDate: import("vue").Ref<any, any>; attentionLimitTime: import("vue").Ref<any, any>; deptAttetionDate: import("vue").Ref<any, any>; deptAttetionTime: import("vue").Ref<any, any>; checkedAttetionLimit: import("vue").Ref<boolean, boolean>; checkedDeptAttetion: import("vue").Ref<boolean, boolean>; openDialog: (data: any) => void; handleConfirm: () => void; handleCancel: () => void; ref: typeof import("vue").ref; 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>; }; } & import("vue").Plugin<any[]> & { label?: string | undefined; }) & { label: string; }; export default HAttention;