nuxt-og-image
Version:
Enlightened OG Image generation for Nuxt.
7 lines (6 loc) • 443 B
TypeScript
import type { H3Event } from 'h3';
import type { NitroRouteRules } from 'nitropack';
import type { NuxtIslandResponse } from 'nuxt/dist/core/runtime/nitro/renderer';
export declare function fetchIsland(e: H3Event, component: string, props: Record<string, any>): Promise<NuxtIslandResponse>;
export declare function withoutQuery(path: string): string;
export declare function createNitroRouteRuleMatcher(): ((path: string) => NitroRouteRules);