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    
Size: Mime:
/// <reference types="react" />
import { SelectableState } from '@skava/ui/dist/state/SelectionState';
import { SelectProps } from '@skava/ui/dist/components/molecules/SelectDropDown';
import { OptionState, OptionType } from '@skava/ui/dist/components/molecules/SelectDropDown/Option';
import { OptionProps } from './typings';
declare function defaultRenderButtonGroup(props: OptionProps): false | JSX.Element;
declare function defaultRenderCreateForm(props: OptionProps, state: OptionState): JSX.Element;
declare function defaultRenderItem(item: OptionType, props: SelectProps, state: SelectableState): JSX.Element;
declare function defaultRenderList(props: SelectProps, state: SelectableState): any[];
export { defaultRenderButtonGroup, defaultRenderCreateForm, defaultRenderItem, defaultRenderList, };