UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (7 loc) 240 B
import React from 'react'; type UseOutsideAlerterParams = { ref: React.MutableRefObject<HTMLElement>; callback: () => void; }; export default function useOutsideAlerter({ ref, callback, }: UseOutsideAlerterParams): void; export {};