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