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