MediaSFU Angular
    Preparing search index...

    Type Alias ExtractComponentType<T>

    ExtractComponentType: T extends CustomComponentOverride<infer C> ? C : never

    Helper type for extracting component type from override

    Type Parameters

    • T