# UseWidgetCacheOptions

## Definition

```tsx
export interface UseWidgetCacheOptions {
    enableUIs?: boolean  // Default true, can disable UIs in prod
}
```

## Usage

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