baseui 0.0.0-next-200b550 → 0.0.0-next-7c7b20c
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/menu/index.d.ts +1 -1
- package/package.json +1 -1
package/menu/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ export interface StatefulContainerProps {
|
|
|
107
107
|
removeMenuFromNesting?: (ref: React.Ref<HTMLElement>) => void;
|
|
108
108
|
getParentMenu?: (ref: React.Ref<HTMLElement>) => void;
|
|
109
109
|
getChildMenu?: (ref: React.Ref<HTMLElement>) => void;
|
|
110
|
-
nestedMenuHoverIndex?:
|
|
110
|
+
nestedMenuHoverIndex?: number;
|
|
111
111
|
isNestedMenuVisible?: (ref: React.Ref<HTMLElement>) => boolean;
|
|
112
112
|
}
|
|
113
113
|
export interface StatefulContainerState {
|