jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/_util/get.d.ts
2024-11-15 11:51:28 +08:00

3 lines
95 B
TypeScript

export declare function get(obj: any, path: any, defaultValue?: any): any;
export default get;