4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
export { default } from "./TopNav.container";
|
|
export type { TopNavProps, NavSize } from "./TopNav.types";
|
|
export { avatarImages } from "./TopNav.container";
|