File tree 4 files changed +11
-6
lines changed
packages/ui/src/components
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " flowbite-react " : patch
3
+ ---
4
+
5
+ Mega Menu - export all entities
Original file line number Diff line number Diff line change 1
- export { root } from "./megaMenu.root" ;
2
- export { icons } from "./megaMenu.icons" ;
3
1
export { fullWidth } from "./megaMenu.fullWidth" ;
4
2
export { fullWidthCTA } from "./megaMenu.fullWidthCTA" ;
5
3
export { fullWidthImage } from "./megaMenu.fullWidthImage" ;
4
+ export { icons } from "./megaMenu.icons" ;
5
+ export { root } from "./megaMenu.root" ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type { FlowbiteKbdTheme } from "../Kbd";
21
21
import type { FlowbiteLabelTheme } from "../Label" ;
22
22
import type { FlowbiteListTheme } from "../List" ;
23
23
import type { FlowbiteListGroupTheme } from "../ListGroup" ;
24
- import { FlowbiteMegaMenuTheme } from "../MegaMenu /MegaMenu" ;
24
+ import type { FlowbiteMegaMenuTheme } from "../MegaMenu" ;
25
25
import type { FlowbiteModalTheme } from "../Modal" ;
26
26
import type { FlowbiteNavbarTheme } from "../Navbar" ;
27
27
import type { FlowbitePaginationTheme } from "../Pagination" ;
Original file line number Diff line number Diff line change 1
1
export { MegaMenu } from "./MegaMenu" ;
2
- export type { MegaMenuProps } from "./MegaMenu" ;
2
+ export type { FlowbiteMegaMenuTheme , MegaMenuProps } from "./MegaMenu" ;
3
3
export { MegaMenuDropdown } from "./MegaMenuDropdown" ;
4
- export type { MegaMenuDropdownProps } from "./MegaMenuDropdown" ;
4
+ export type { FlowbiteMegaMenuDropdownTheme , MegaMenuDropdownProps } from "./MegaMenuDropdown" ;
5
5
export { MegaMenuDropdownToggle } from "./MegaMenuDropdownToggle" ;
6
- export type { MegaMenuDropdownToggleProps } from "./MegaMenuDropdownToggle" ;
6
+ export type { FlowbiteMegaMenuDropdownToggleTheme , MegaMenuDropdownToggleProps } from "./MegaMenuDropdownToggle" ;
You can’t perform that action at this time.
0 commit comments