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