Warp/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/ParsedAttribute.d.ts
2024-01-05 19:14:38 +07:00

4 lines
90 B
TypeScript

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