UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

14 lines 337 B
import React from 'react'; import { CardTone } from '@sanity/ui'; /** * @internal */ export declare function ErrorPane(props: { children?: React.ReactNode; flex?: number; minWidth?: number; paneKey: string; title?: React.ReactNode; tone?: CardTone; }): React.JSX.Element; //# sourceMappingURL=ErrorPane.d.ts.map