UNPKG
wft-generate-form
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
基于web端xps-formmaking生成的json在uniapp中动态解析
wft-generate-form
/
xps-generate-form
/
tinymce
/
tinymce-vue
/
lib
/
cjs
/
test
/
ts
/
alien
/
Loader.d.ts
9 lines
(8 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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 };