⬅️ Back to Table of Contents
📄 useDevicePixelRatio/component
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
7 |
| 🟢 Vue Composition API |
1 |
| 📐 Interfaces |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useDevicePixelRatio/component.ts
📦 Imports
| Name |
Source |
ConfigurableWindow |
@vueuse/core |
UseDevicePixelRatioReturn |
@vueuse/core |
Reactive |
vue |
SlotsType |
vue |
useDevicePixelRatio |
@vueuse/core |
defineComponent |
vue |
reactive |
vue |
Vue Composition API
| Name |
Type |
Reactive Variables |
Composables |
reactive |
reactive |
none |
none |
Interfaces
UseDevicePixelRatioProps
Interface Code
export interface UseDevicePixelRatioProps extends ConfigurableWindow {}
UseDevicePixelRatioSlots
Interface Code
interface UseDevicePixelRatioSlots {
default: (data: Reactive<UseDevicePixelRatioReturn>) => any
}
Properties
| Name |
Type |
Optional |
Description |
default |
(data: Reactive<UseDevicePixelRatioReturn>) => any |
✗ |
not shown |
Generated by Syntax Scribe