Skip to content

⬅️ Back to Table of Contents

📄 index.test.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 10
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useTemplateRefsList/index.test.ts

📦 Imports

Name Source
describe vitest
expect vitest
it vitest
deepRef vue
defineComponent vue
h vue
nextTick vue
toRefs vue
mount ../../.test
useTemplateRefsList ./index

Functions

foo(): string

Code
() => {
      return `foo${id.value}`
    }
  • Return Type: string

Interfaces

ChildAPI

Interface Code
interface ChildAPI {
  foo: () => string
}

Properties

Name Type Optional Description
foo () => string