BREAKING CHANGE(dees-appui-secondarymenu): Add SecondaryMenu component and replace Mainselector with new SecondaryMenu in AppUI

This commit is contained in:
2025-12-08 14:35:06 +00:00
parent a91098527c
commit 778f457ed5
14 changed files with 773 additions and 273 deletions

View File

@@ -2,3 +2,4 @@ export * from './tab.js';
export * from './selectionoption.js';
export * from './appbarmenuitem.js';
export * from './menugroup.js';
export * from './secondarymenu.js';