# IFormFeedbackProps

## Definition

```tsx
interface IFormFeedbackProps {
    validInput?: boolean,
    className?: string
    spacingMode?: SpacingMode,
    children?:React.ReactNode
}
```

## Usage

```tsx
import { IFormFeedbackProps } from 'uxp/components';
```

## Related Types

* [SpacingMode](https://help.iviva.com/uxp/v5/additional-resources/types/spacingmode)
