@expcat/tigercat-core 1.2.19 → 1.2.23
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.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -5223,6 +5223,7 @@ interface MenuProps {
|
|
|
5223
5223
|
defaultOpenKeys?: MenuKey[];
|
|
5224
5224
|
/**
|
|
5225
5225
|
* Whether the menu is collapsed (for vertical mode)
|
|
5226
|
+
* When used with `mode="inline"`, collapsed menus automatically use popup-style submenu behavior.
|
|
5226
5227
|
* @default false
|
|
5227
5228
|
*/
|
|
5228
5229
|
collapsed?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -5223,6 +5223,7 @@ interface MenuProps {
|
|
|
5223
5223
|
defaultOpenKeys?: MenuKey[];
|
|
5224
5224
|
/**
|
|
5225
5225
|
* Whether the menu is collapsed (for vertical mode)
|
|
5226
|
+
* When used with `mode="inline"`, collapsed menus automatically use popup-style submenu behavior.
|
|
5226
5227
|
* @default false
|
|
5227
5228
|
*/
|
|
5228
5229
|
collapsed?: boolean;
|