Skip to content

⬅️ Back to Table of Contents

📄 useDeviceOrientation/component

📊 Analysis Summary

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

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useDeviceOrientation/component.ts

📦 Imports

Name Source
ConfigurableWindow @vueuse/core
UseDeviceOrientationReturn @vueuse/core
Reactive vue
SlotsType vue
useDeviceOrientation @vueuse/core
defineComponent vue
reactive vue

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Interfaces

UseDeviceOrientationProps

Interface Code
export interface UseDeviceOrientationProps extends ConfigurableWindow {}

UseDeviceOrientationSlots

Interface Code
interface UseDeviceOrientationSlots {
  default: (data: Reactive<UseDeviceOrientationReturn>) => any
}

Properties

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

Generated by Syntax Scribe