⬅️ Back to Table of Contents
📄 component.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
6 |
📐 Interfaces |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/onClickOutside/component.ts
📦 Imports
Name |
Source |
RenderableComponent |
../types |
OnClickOutsideOptions |
./index |
onClickOutside |
@vueuse/core |
defineComponent |
vue |
h |
vue |
shallowRef |
vue |
Interfaces
OnClickOutsideProps
Interface Code
export interface OnClickOutsideProps extends RenderableComponent {
options?: Omit<OnClickOutsideOptions, 'controls'>
}
Properties
Name |
Type |
Optional |
Description |
options |
Omit<OnClickOutsideOptions, 'controls'> |
✓ |
|