UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

12 lines (11 loc) 268 B
interface NavBarProps { prefixCls?: string; className?: string; children?: any; mode?: 'dark' | 'light'; iconName?: string | boolean | null; leftContent?: any; rightContent?: any; onLeftClick?: () => void; } export default NavBarProps;