UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

4 lines (3 loc) 241 B
import type { Ref } from 'vue'; import type { TRSEvents } from './../types'; export default function useEventHandler(trsEvents: Ref<Array<TRSEvents>>, uiSchema: any, eventHandlers: any, allRefs?: any): (config: any, ...item: any) => any;