UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

5 lines (4 loc) 216 B
import type { FuseResult } from 'fuse.js'; export declare function highlight<T>(item: T & { matches?: FuseResult<T>['matches']; }, searchTerm: string, forceKey?: string, omitKeys?: string[]): string | undefined;