@dxos/app-framework - v0.8.2
    Preparing search index...

    Type Alias ReactContext

    ReactContext: Readonly<
        { context: FC<PropsWithChildren>; dependsOn?: string[]; id: string },
    >