UNPKG

eapp-amis-theme-editor

Version:

amis主题编辑器

5 lines (4 loc) 120 B
/** * 根据路径获取默认值 */ export declare function getValueByPath(path: string | string[], data: any): any;