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

4 lines
90 B
TypeScript

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