UNPKG

svelte-outclick

Version:

A Svelte component that allows you to listen to the clicks that happen outside of an element.

2 lines (1 loc) 58 B
export type OutClickEvent = PointerEvent | KeyboardEvent;