Files
est-frame/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/ParsedAttribute.d.ts
2025-10-22 05:38:27 +00:00

5 lines
90 B
TypeScript
Executable File

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