UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

2 lines (1 loc) 108 B
export declare const getValueByPath: <T = any>(obj?: Record<string, any>, path?: string) => T | undefined;