Repository URL to install this package:
|
Version:
2.8.4 ▾
|
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;