[**realue**](../README.md) • **Docs**

***

[realue](../README.md) / NeverNevoProps

# Type Alias: NeverNevoProps

> **NeverNevoProps**: `object`

Excludes the props following the NEVO pattern. Useful for creating discriminated union types that enable component uses that do not necessitate the NEVO pattern.

## Type declaration

### error?

> `optional` **error**: `never`

### name?

> `optional` **name**: `never`

### onChange?

> `optional` **onChange**: `never`

### onChangeError?

> `optional` **onChangeError**: `never`

### value?

> `optional` **value**: `never`

## Defined in

[lib/types/NeverNevoProps.ts:4](https://github.com/nevoland/realue/blob/10b81dd410f087c06fbf8ea8b1c227058ff70751/lib/types/NeverNevoProps.ts#L4)
