UNPKG

modern-error-overlay

Version:

Add a beautiful, modern error overlay to your dev library.

8 lines (7 loc) 135 B
export interface OverlayError { title: string; message: string; path: string; codeFrame: string; stack?: string; }