UNPKG
amis-theme-editor
Version:
latest (2.0.22-beta.2)
2.0.22-beta.2
2.0.22-beta.1
2.0.11-beta.2
2.0.11-beta.1
2.0.10
2.0.9
2.0.8
2.0.7
2.0.0-beta.4
0.0.3
0.0.2
0.0.1
amis主题编辑器
amis-theme-editor
/
lib
/
tpl.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
export
declare
function
getSchemaTpl
(
name
:
string
,
patch
?:
object
,
rendererSchema
?:
any
):
any
;
export
declare
function
setSchemaTpl
(
name
:
string
,
value
:
any
):
void
;