UNPKG
@rucire/jxson-vue
Version:
latest (0.1.0)
0.1.0
A powerful JSON editor component for Vue 3 by Rucire
github.com/rucire/jxSon
rucire/jxSon
@rucire/jxson-vue
/
dist
/
composables
/
useClickOutside.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
Ref
}
from
'vue'
;
export
declare
function
useClickOutside
(
elementRef: Ref<HTMLElement |
undefined
>, callback: () =>
void
):
void
;