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