import { SideBar } from "./sidebar";
export type { TaroSideBarProps as SideBarProps } from "../../types";
export default SideBar;
