Skip to content

Commit

Permalink
fix(nav): adjustment in order to export the right way te interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarin001 committed Apr 8, 2024
1 parent e61d2ec commit c0949ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Nav } from "./Nav";
export { NavLink } from "./NavLink";
export type { INav, ILink, INavSection, INavNavigation } from "./Nav";
export type { INav } from "./Nav";
export type { INavLink } from "./NavLink";
export type { ILink, INavSection, INavNavigation } from "./Nav/props";

0 comments on commit c0949ea

Please sign in to comment.