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