Files
documentation/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
2024-03-22 03:47:51 +05:30

2 lines
96 B
TypeScript

export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: string[]): any;