UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

6 lines (5 loc) 177 B
export interface MarkSearchStringPart { text: string; marked?: boolean; } export declare function markSearchString(text: string, query: string): MarkSearchStringPart[];