UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

3 lines (2 loc) 163 B
import { type MaybeElementRef } from '@vueuse/core'; export declare function onFocusOutside(element: MaybeElementRef, handler: (event: FocusEvent) => void): void;