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

    Type Alias OverrideProps<T, U>

    OverrideProps: Omit<T, keyof U> & U

    Override specific props in a component props type

    Type Parameters

    • T
    • U