@conciergus/chat - v0.3.1
    Preparing search index...

    Type Alias ComponentProps<T>

    ComponentProps: T extends React.ComponentType<infer P> ? P : never

    Extract component props from a component type

    Type Parameters

    • T