UNPKG

426 BTypeScriptView Raw
1/**
2 * Akte welcome page shown in development when the Akte app does not have any
3 * othe Akte files registered.
4 *
5 * @remarks
6 * The HTML code below is highlighted and uglified manually to prevent the
7 * introduction of extra dependencies just for the sake of having a welcome
8 * page.
9 */
10export declare const akteWelcome: import("./AkteFiles").AkteFiles<unknown, string[], {
11 html: string;
12}> | null;