Stone.js API
    Preparing search index...

    Variable resolveLazyComponentConst

    resolveLazyComponent: (
        metaComponent?:
            | MetaPageLayout
            | MetaPage<ReactIncomingEvent>
            | MetaErrorPage<ReactIncomingEvent>
            | MetaAdapterErrorPage<any, any, any>,
    ) => Promise<
        | MetaPageLayout
        | MetaPage<ReactIncomingEvent>
        | MetaErrorPage<ReactIncomingEvent>
        | MetaAdapterErrorPage<any, any, any>
        | undefined,
    >

    Resolve lazy loaded components.

    Type Declaration