UNPKG

antd-mobile

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