Stone.js API
    Preparing search index...

    Variable resolveComponentConst

    resolveComponent: <
        T = | IPage<ReactIncomingEvent>
        | IErrorPage<ReactIncomingEvent>
        | IPageLayout,
    >(
        container: IContainer,
        metaComponent?:
            | MetaPage<ReactIncomingEvent>
            | MetaErrorPage<ReactIncomingEvent>
            | MetaPageLayout,
    ) => Promise<T | undefined>

    Resolve the event handler for the component.

    Can also resolve dynamically loaded components.

    Type Declaration