UNPKG

@arco-vue-pro-components/pro-components

Version:
4 lines (3 loc) 254 B
import { Data } from './types'; export declare const getValueByPath: <T = any>(obj: Data | undefined, path: string | undefined) => T | undefined; export declare const setValueByPath: (obj: Data | undefined, path: string | undefined, value: any) => void;