@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.
8 lines (6 loc) • 307 B
TypeScript
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 };