UNPKG

svelte-meta-tags

Version:

Svelte Meta Tags provides components designed to help you manage SEO for Svelte projects

5 lines (4 loc) 200 B
import type { MetaTagsProps } from './types'; declare const MetaTags: import("svelte").Component<Partial<MetaTagsProps>, {}, "">; type MetaTags = ReturnType<typeof MetaTags>; export default MetaTags;