react-compinators
    Preparing search index...

    Type Alias Assumed<BaseProps, Props>

    Assumed: Omit<BaseProps, keyof Props>

    The type of props remaining from the total props after currying the given partial props.

    Type Parameters

    • BaseProps extends object

      Props type of base component.

    • Props extends Partial<BaseProps>

      Base component props that are fixed in the variant. Must not include any props that are not in the base component.