doc.yeswiki.pro/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
2023-05-20 19:38:02 +03:00

1 line
96 B
TypeScript

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