@sanity/ui 2.6.0 → 2.6.2
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.mts
CHANGED
|
@@ -1378,8 +1378,8 @@ export declare const MenuDivider: IStyledComponentBase<
|
|
|
1378
1378
|
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
export declare function MenuGroup(
|
|
1381
|
-
props:
|
|
1382
|
-
|
|
1381
|
+
props: Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'height' | 'popover' | 'ref' | 'tabIndex'> &
|
|
1382
|
+
MenuGroupProps,
|
|
1383
1383
|
): React.ReactElement
|
|
1384
1384
|
|
|
1385
1385
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1378,8 +1378,8 @@ export declare const MenuDivider: IStyledComponentBase<
|
|
|
1378
1378
|
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
export declare function MenuGroup(
|
|
1381
|
-
props:
|
|
1382
|
-
|
|
1381
|
+
props: Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'height' | 'popover' | 'ref' | 'tabIndex'> &
|
|
1382
|
+
MenuGroupProps,
|
|
1383
1383
|
): React.ReactElement
|
|
1384
1384
|
|
|
1385
1385
|
/**
|