UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

11 lines (10 loc) 359 B
import { FC, ReactNode } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type NavBarProps = { back?: string | null; backArrow?: boolean | ReactNode; left?: ReactNode; right?: ReactNode; onBack?: () => void; } & NativeProps<'--height' | '--border-bottom'>; export declare const NavBar: FC<NavBarProps>;