UNPKG
eapp-amis-theme-editor
Version:
latest (1.0.0)
1.0.0
amis主题编辑器
eapp-amis-theme-editor
/
lib
/
util.d.ts
5 lines
(4 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
/** * 根据路径获取默认值 */
export
declare
function
getValueByPath
(
path
:
string
|
string
[],
data
:
any
):
any
;