Files
oneclickvirt.github.io/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/parseAttribute.d.ts
spiritlhl 6f5966067d Update
2023-06-20 00:59:07 +00:00

7 lines
239 B
TypeScript

import { ParsedAttribute } from './ParsedAttribute';
declare type ParseAttributeParams = {
highlightedValue: string;
};
export declare function parseAttribute({ highlightedValue, }: ParseAttributeParams): ParsedAttribute[];
export {};