UNPKG

antd-mobile

Version:

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

12 lines (11 loc) 278 B
import { FC, ReactNode } from 'react'; declare type SidebarProps = { indexItems: { index: string; brief: ReactNode; }[]; activeIndex: string | null; onActive: (index: string) => void; }; export declare const Sidebar: FC<SidebarProps>; export {};