UNPKG

nuxt-schema-org

Version:

The quickest and easiest way to build Schema.org graphs for Nuxt.

4 lines (3 loc) 160 B
import type { NuxtApp } from 'nuxt/app'; export declare function initPlugin(nuxtApp: NuxtApp): void; export declare function maybeAddIdentitySchemaOrg(): void;