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