import { FixedNav } from './fixednav.taro'; export type { FixedNavDirection, FixedNavPosition, FixedNavItem } from './types'; export type { FixedNavProps } from './fixednav.taro'; export default FixedNav;