import type { NavBarProps as AMNavBarProps } from 'antd-mobile'; import React from 'react'; import type { IToolBarProps } from '../../baseComponent/toolBar/base'; import { TypeExtends } from '../../util'; export type NavBarProps = TypeExtends;