UNPKG

@aplus-frontend/ui

Version:

4 lines (3 loc) 263 B
import { NamePath } from '@aplus-frontend/antdv/es/form/interface'; export default function get(entity: any, path: (string | number | symbol)[] | readonly (string | number | symbol)[]): any; export declare function getModelValue(model: any, name: NamePath): any;