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:
import { SelectableState } from 'src/state/SelectionState';
import { OptionState } from '../Option/typings';
import { ActiveOptionProps } from './typings';
export declare function defaultRenderActiveAfterText(props: ActiveOptionProps, state: SelectableState): JSX.Element;
export declare function defaultRenderActiveBeforeText(props: ActiveOptionProps, state: SelectableState): string;
export declare function defaultRenderText(props: ActiveOptionProps, state: OptionState): JSX.Element;