vue-schema-org-integrations
Version:
Helper installs functions for frameworks. Currently, supporting Vite, VitePress and Vitesse.
8 lines (5 loc) • 297 B
TypeScript
import * as vue_schema_org from 'vue-schema-org';
import { SchemaOrgOptions } from 'vue-schema-org';
import { EnhanceAppContext } from 'vitepress';
declare function installSchemaOrg(ctx: EnhanceAppContext, options: SchemaOrgOptions): vue_schema_org.SchemaOrgClient;
export { installSchemaOrg };