( singleValue: SingleValue<Option> )
| 384 | } |
| 385 | |
| 386 | export function singleValueAsValue<Option, IsMulti extends boolean>( |
| 387 | singleValue: SingleValue<Option> |
| 388 | ): OnChangeValue<Option, IsMulti> { |
| 389 | return singleValue as OnChangeValue<Option, IsMulti>; |
| 390 | } |
| 391 | |
| 392 | export function multiValueAsValue<Option, IsMulti extends boolean>( |
| 393 | multiValue: MultiValue<Option> |
no outgoing calls
no test coverage detected
searching dependent graphs…