Repository URL to install this package:
|
Version:
4.0.116 ▾
|
import { OptionProps, OptionState } from './typings';
export declare function defaultRenderText(props: OptionProps, state: OptionState): JSX.Element;
export declare function defaultRenderBeforeText(props: OptionProps, state: OptionState): string;