UNPKG

@zllling/react-previewer

Version:

A React component for live code preview with compilation and error handling

9 lines 287 B
import { default as React } from 'react'; import { ErrorInfo } from '../types'; interface ErrorDisplayProps { error: ErrorInfo; files?: Record<string, string>; } export declare const ErrorDisplay: React.FC<ErrorDisplayProps>; export {}; //# sourceMappingURL=ErrorDisplay.d.ts.map