# IUseUpdateWidgetProps

## Definition

```tsx
type IUseUpdateWidgetProps = () => (id: string, props: any) => void
```

## Usage

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