Skip to content

Commit

Permalink
fix: Export type for menu (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbitDoge authored Jan 5, 2021
1 parent a266964 commit 0344771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/Menu/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { default as Menu } from "./Menu";
export { links as menuConfig } from "./config";
export type { NavProps } from "./types";
export type { LangType } from "./types";
export type { NavProps, LangType, MenuEntry } from "./types";

0 comments on commit 0344771

Please sign in to comment.