UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

10 lines (9 loc) 245 B
/// <reference types="react" /> export default function CrashMessage({ msg, lineNo, columnNo, url, stack, showLoadFail, }: { msg: any; lineNo: any; columnNo: any; url: any; stack: any; showLoadFail: any; }): JSX.Element;