# useProxyRegistry API

> Auto-generated API reference for `useProxyRegistry` from @vuetify/v0 (Vuetify0).
> Source of truth: https://0.vuetifyjs.com/api/use-proxy-registry

## Related

- https://0.vuetifyjs.com/composables/reactivity/use-proxy-registry
- https://0.vuetifyjs.com/composables/registration/create-registry

## Functions

### useProxyRegistry

Creates a proxy registry that provides reactive objects for registry data.

```ts
(registry: RegistryContext<Z, E>, options?: ProxyRegistryOptions | undefined) => ProxyRegistryContext<E>
```

## Options

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `deep` | `boolean \| undefined` | — | no | — |

## Properties

| Name | Type | Description |
|---|---|---|
| `keys` | `readonly ID[]` | — |
| `values` | `readonly Z[]` | — |
| `entries` | `readonly [ID, Z][]` | — |
| `size` | `number` | — |
