@cleen/ui 0.1.23 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2187,6 +2187,7 @@ type MenuProps = ComponentProps<'div'> & {
2187
2187
  keepOpenOnClick?: boolean;
2188
2188
  triggerRef?: RefObject<HTMLDivElement | null>;
2189
2189
  menuRef?: RefObject<HTMLDivElement | null>;
2190
+ ignoreClickOutside?: boolean;
2190
2191
  classNames?: {
2191
2192
  container?: string;
2192
2193
  trigger?: string;