UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

7 lines (6 loc) 153 B
/// <reference types="react" /> export declare const ErrorDialog: (props: { title: string; message: string; error: Error; }) => JSX.Element;