UNPKG

dome-embedded-app-sdk

Version:

Build Dome cards and document viewers with a single SDK. Cards let you extend a dome with custom functionality, while viewers let you render and edit documents inside Dome.

7 lines (6 loc) 197 B
export interface CriticalErrorPageOptions { title: string; errorCode: string; lang?: string; } export declare function renderCriticalErrorPage(options: CriticalErrorPageOptions): void;