@cleen/ui 0.1.22 → 0.1.24
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 +1 -0
- package/dist/index.js +8 -8
- package/package.json +1 -1
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;
|