# RenderCustomFormView

## Definition

```tsx
type RenderCustomFormView = (show: boolean, onClose: () => void, editInstance?: any) => React.ReactNode
```

## Usage

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