UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

5 lines (4 loc) 264 B
import { CascaderPanelProps, OptionProps } from '../interface'; export declare const getLegalIndex: (currentIndex: any, maxIndex: any) => any; declare const ListPanel: <T extends OptionProps>(props: CascaderPanelProps<T>) => JSX.Element; export default ListPanel;