@muraldevkit/ui-toolkit 4.35.2-dev-9Ky7.1 → 4.36.0-dev-o8OA.1
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.
|
@@ -8,7 +8,10 @@ export interface MrlMenuProps {
|
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
/** Event to close the menu */
|
|
10
10
|
clickOutsideEvent?: 'mouseup' | 'mousedown' | 'click';
|
|
11
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* Enables closing the menu when scrolling. Default is false.
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
12
15
|
closeOnScroll?: boolean;
|
|
13
16
|
/**
|
|
14
17
|
* Private closeParent prop for use with MrlMenuItem
|