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

    Type Alias CoreSurfaceProps<T>

    CoreSurfaceProps: PropsWithChildren<
        { data: T; id: string; limit?: number; role: string },
    >

    NOTE: If [key: string]: unknown is included in shared types, when re-used other fields become unknown as well.

    Type Parameters

    • T extends Record<string, any> = Record<string, unknown>