UNPKG

@farris/renderer

Version:

Render schema to web page with farris ui.

6 lines (5 loc) 273 B
import { Module } from '@farris/devkit-vue'; export declare function useCommunication(module: Module): { initCommunications: (formMetadata: any) => void; executeCommunications: (eventName: string, componentSchema: any, event: any, isCallback?: boolean) => void; };