Skip to content

⬅️ Back to Table of Contents

📄 useEyeDropper/component

📊 Analysis Summary

Metric Count
📦 Imports 7
🟢 Vue Composition API 1
📐 Interfaces 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useEyeDropper/component.ts

📦 Imports

Name Source
UseEyeDropperOptions @vueuse/core
UseEyeDropperReturn @vueuse/core
Reactive vue
SlotsType vue
useEyeDropper @vueuse/core
defineComponent vue
reactive vue

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Interfaces

UseEyeDropperProps

Interface Code
export interface UseEyeDropperProps extends UseEyeDropperOptions {}

UseEyeDropperSlots

Interface Code
interface UseEyeDropperSlots {
  default: (data: Reactive<UseEyeDropperReturn>) => any
}

Properties

Name Type Optional Description
default (data: Reactive<UseEyeDropperReturn>) => any not shown

Generated by Syntax Scribe