Repository URL to install this package:
import { OptionType } from '../Option/typings' /** * @alias ExpandingList */ export interface OptionListProps { isVisible?: boolean // "options" list: Array<OptionType> children: any className?: string }