Documentation
    Preparing search index...
    EmergencyLayoutExports: {
        renderBody: (
            title: { alerts: any[]; body: any; req: any; title: string },
        ) => string;
        wrap: (opts: WrapParams) => string;
    }

    Type Declaration

    • renderBody: (title: { alerts: any[]; body: any; req: any; title: string }) => string
    • wrap: (opts: WrapParams) => string