Skip to content

⬅️ Back to Table of Contents

📄 useDeviceMotion/component

📊 Analysis Summary

Metric Count
📦 Imports 5
📐 Interfaces 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useDeviceMotion/component.ts

📦 Imports

Name Source
DeviceMotionOptions @vueuse/core
UseDeviceMotionReturn @vueuse/core
SlotsType vue
useDeviceMotion @vueuse/core
defineComponent vue

Interfaces

UseDeviceMotionProps

Interface Code
export interface UseDeviceMotionProps extends DeviceMotionOptions {}

UseDeviceMotionSlots

Interface Code
interface UseDeviceMotionSlots {
  default: (data: UseDeviceMotionReturn) => any
}

Properties

Name Type Optional Description
default (data: UseDeviceMotionReturn) => any not shown

Generated by Syntax Scribe