3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
export declare function generateErrorOverlayHTML(html: string, options?: {
|
|
startMinimized?: boolean;
|
|
}): string;
|