| 114 | } |
| 115 | |
| 116 | interface OnClickOutsideOptions { |
| 117 | ignore?: (HTMLElement | string)[]; |
| 118 | capture?: boolean; |
| 119 | } |
| 120 | |
| 121 | type OnClickOutsideHandler = (evt: MouseEvent) => void; |
| 122 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…