import FixedNav from "./fixed-nav"; export type { FixedNavProps } from "./fixed-nav"; export type { FixedNavDirection, FixedNavPosition, FixedNavItem, FixedNavThemeVars, } from "./fixed-nav.shared"; export default FixedNav;