useForwardPropsEmits
Overview
Combines forwarded props with emit handlers. Drop-in replacement for reka-ui's useForwardPropsEmits that supports both the array form and the object validator form of defineEmits.
Signature
useForwardPropsEmits(props, emit)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| props | MaybeRefOrGetter | yes | |
| emit | Function | no |
Returns
ComputedRef
Source
client/lib/use/useForwardPropsEmits.js:45