UNPKG

antd-mobile

Version:

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

9 lines (8 loc) 272 B
import { FC, ReactNode } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type IndexBarPanelProps = { index: string; title?: ReactNode; brief?: ReactNode; } & NativeProps; export declare const Panel: FC<IndexBarPanelProps>;