@fattureincloud/fic-design-system 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- declare const useOutsideClick: (ref: React.MutableRefObject<HTMLDivElement | null>, allowOutsideClickClose?: boolean | undefined, closeAction?: (() => void) | undefined) => void;
2
+ declare const useOutsideClick: (ref: React.MutableRefObject<HTMLDivElement | null>, showComponent?: boolean | undefined, closeAction?: (() => void) | undefined) => void;
3
3
  export default useOutsideClick;