UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

3 lines (2 loc) 137 B
declare const useClickOutside: (ref: React.RefObject<HTMLElement | null>, callback: () => void) => void; export default useClickOutside;