@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
TypeScript
// @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 };