react-compinators
    Preparing search index...

    Type Alias WithDefaultProp<Prop, Value, BaseProps>

    WithDefaultProp: Omit<BaseProps, Prop> & { [key in Prop]?: unknown }

    The type of props where Prop is required, after it has been made optional by providing a default.

    Type Parameters

    • Prop extends string
    • Value
    • BaseProps extends Record<Prop, Value>