UNPKG

console-feed

Version:

A React component that displays console logs from the current page, an iframe or transported across a server

5 lines (4 loc) 104 B
declare function ErrorPanel({ error }: { error: string; }): JSX.Element; export default ErrorPanel;