UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

6 lines (5 loc) 165 B
/// <reference types="react" /> export declare const FullscreenError: ({ title, errorMessage, }: { title?: string; errorMessage?: string; }) => JSX.Element;