react-compinators
    Preparing search index...

    Function omitProps

    • Omit the given prop names from for the given component.

      Type Parameters

      • Props extends object

      Parameters

      • Base: FC<Props>
      • displayName: string = 'omitProps'

      Returns <const Names extends readonly [string, string]>(
          ...names: Names,
      ) => (props: Props) => Element