import { FixedNav } from "./fixednav"; export type { FixedNavPosition, FixedNavItem, TaroFixedNavProps as FixedNavProps, } from "../../types"; export default FixedNav;