UNPKG

vite-plugin-meta-tags

Version:

A Vite plug-in to automatically inject meta tags into your index.html

4 lines (3 loc) 217 B
import type { MetaConfig, InjectTo } from './interface'; import type { HtmlTagDescriptor } from 'vite'; export declare function tagsGenerator(meta: MetaConfig, injectTo: InjectTo): Generator<HtmlTagDescriptor, void>;