4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
import { SelectOption } from '../useOption';
|
|
declare const defaultOptionStringifier: <OptionValue>(option: SelectOption<OptionValue>) => string;
|
|
export { defaultOptionStringifier };
|