# CRUDComponentInstanceProps

CRUD component instannce props

## Definition

```tsx
interface CRUDComponentInstanceProps {
    /**
     * option to refresh the list 
     */
    refreshList: () => void
}
```

## Usage

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