Skip to content

⬅️ Back to Table of Contents

📄 useElementBounding/component

📊 Analysis Summary

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

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useElementBounding/component.ts

📦 Imports

Name Source
RenderableComponent @vueuse/core
UseElementBoundingOptions @vueuse/core
UseElementBoundingReturn @vueuse/core
Reactive vue
SlotsType vue
useElementBounding @vueuse/core
defineComponent vue
h vue
reactive vue
shallowRef vue

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Interfaces

UseElementBoundingProps

Interface Code
export interface UseElementBoundingProps extends UseElementBoundingOptions, RenderableComponent {}

UseElementBoundingSlots

Interface Code
interface UseElementBoundingSlots {
  default: (data: Reactive<UseElementBoundingReturn>) => any
}

Properties

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

Generated by Syntax Scribe