UNPKG

@mui/base

Version:

A library of headless ('unstyled') React UI components and low-level hooks.

4 lines (3 loc) 186 B
import { SelectOption } from '../useOption'; declare const defaultOptionStringifier: <OptionValue>(option: SelectOption<OptionValue>) => string; export default defaultOptionStringifier;