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

2 lines
142 B
TypeScript

import { ParsedAttribute } from './ParsedAttribute';
export declare function isPartHighlighted(parts: ParsedAttribute[], i: number): boolean;