Skip to content

⬅️ Back to Table of Contents

📄 component.ts

📊 Analysis Summary

Metric Count
📦 Imports 3
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useObjectUrl/component.ts

📦 Imports

Name Source
useObjectUrl @vueuse/core
toRef @vueuse/shared
defineComponent vue

Interfaces

UseObjectUrlProps

Interface Code
export interface UseObjectUrlProps {
  object: Blob | MediaSource | undefined
}

Properties

Name Type Optional Description
object Blob | MediaSource | undefined