UNPKG

wft-generate-form

Version:

基于web端xps-formmaking生成的json在uniapp中动态解析

9 lines (8 loc) 280 B
import { Chain } from '@ephox/agar'; export interface Context { editor: any; vm: any; } declare const cRender: (data?: Record<string, any>, template?: string) => Chain<Context, Context>; declare const cRemove: Chain<Context, Context>; export { cRender, cRemove };