UNPKG

iles

Version:

Vite & Vue powered static site generator with partial hydration

3 lines (2 loc) 202 B
import type { AppContext, HeadConfig } from '../shared'; export declare function defaultHead({ frontmatter, meta, route, config, site }: AppContext, includeSocialTags: boolean | undefined): HeadConfig;