MCPcopy
hub / github.com/JedWatson/react-select / multiValueAsValue

Function multiValueAsValue

packages/react-select/src/utils.ts:392–396  ·  view source on GitHub ↗
(
  multiValue: MultiValue<Option>
)

Source from the content-addressed store, hash-verified

390}
391
392export function multiValueAsValue<Option, IsMulti extends boolean>(
393 multiValue: MultiValue<Option>
394): OnChangeValue<Option, IsMulti> {
395 return multiValue as OnChangeValue<Option, IsMulti>;
396}
397
398export const removeProps = <Props extends object, K extends string[]>(
399 propsObj: Props,

Callers 1

SelectClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…