UNPKG

svelte-outclick

Version:

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

3 lines (2 loc) 111 B
export { default as OutClick } from "./OutClick.svelte"; export type { OutClickEvent } from "./OutClickEvent";