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.

19 lines (18 loc) 677 B
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import { renderTag } from '../utils'; declare const _sfc_main: DefineComponent<{ result: { type: null; required: true; }; }, { showTags: boolean | undefined; tagRoot: string | undefined; renderTag: typeof renderTag; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ result: { type: null; required: true; }; }>>, {}>; export default _sfc_main;