Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / molecules / SelectDropDown / Option / _circularRenderProp.d.ts
Size: Mime:
import { SelectableState } from 'src/state/SelectionState';
import { SelectProps } from '../typings';
import { OptionType } from './typings';
export declare function renderItem(item: OptionType, props: SelectProps, state: SelectableState): JSX.Element;