UNPKG

next

Version:

The React Framework

8 lines (7 loc) 200 B
export type StaticMetadata = { icon: any[] | undefined; apple: any[] | undefined; openGraph: any[] | undefined; twitter: any[] | undefined; manifest: string | undefined; } | null;