UNPKG

vue-json-search

Version:

Headless Vue (3.x) search component based on [Fuse.js](https://github.com/krisk/Fuse). Designed for static generators like [Hugo](https://github.com/gohugoio/hugo) but works with any site that's cabable of producing a JSON corpus.

2 lines (1 loc) 104 B
export declare function renderTag(tagRoot: string, tag: string, index: number, tags: string[]): string;