UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

5 lines (4 loc) 177 B
export declare type Arrayable<T> = T | T[]; export declare const getProp: <T = any>(obj: Record<string, any>, path: Arrayable<string>, defaultValue?: any) => { value: T; };