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

5 lines
90 B
TypeScript

export declare type ParsedAttribute = {
value: string;
isHighlighted: boolean;
};