UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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;