Rename SidebarSubItemDropDownItem to SidebarSubmenuItemDropDownItem, update api-reports

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-26 11:44:52 +00:00
parent de81ed2cd0
commit 32cac66991
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -41,10 +41,10 @@ export type BackstagePaletteAdditions = {
indicator: string;
color: string;
selectedColor: string;
navItem: {
navItem?: {
hoverBackground: string;
};
submenu: {
submenu?: {
background: string;
};
};