Files
Basalt2/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/ParsedAttribute.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

5 lines
90 B
TypeScript

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