import { NavBar } from "./navbar";
export type { TaroNavBarProps as NavBarProps } from "../../types";
export default NavBar;
