UNPKG

@rucire/jxson-vue

Version:

A powerful JSON editor component for Vue 3 by Rucire

3 lines (2 loc) 138 B
import { Ref } from 'vue'; export declare function useClickOutside(elementRef: Ref<HTMLElement | undefined>, callback: () => void): void;