UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

10 lines (7 loc) 317 B
// @flow declare const UseClickOutside: ( ref: { readonly current: HTMLElement | null | undefined }, // eslint-disable-next-line @typescript-eslint/prefer-readonly-parameter-types handler: (ev: React.SyntheticEvent<HTMLLinkElement>) => void, ) => void; export { UseClickOutside, UseClickOutside as default };