📄 index.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 3 |
📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useVModels/index.ts
📦 Imports¶
Name | Source |
---|---|
ToRefs |
vue |
UseVModelOptions |
../useVModel |
useVModel |
../useVModel |
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
ret |
any |
const | {} |
✗ |
Functions¶
useVModels(props: P, emit: (name: Name, ...args: any[]) => void, options: UseVModelOptions<any, true>): ToRefs<P>
¶
Code
-
JSDoc:
-
Parameters:
props: P
emit: (name: Name, ...args: any[]) => void
options: UseVModelOptions<any, true>
- Return Type:
ToRefs<P>