UNPKG

next

Version:

The React Framework

9 lines (8 loc) 284 B
import * as React from 'react'; import { ReadyRuntimeError } from '../../helpers/getErrorByType'; export type RuntimeErrorProps = { error: ReadyRuntimeError; }; declare const RuntimeError: React.FC<RuntimeErrorProps>; export declare const styles: string; export { RuntimeError };