MCPcopy Index your code
hub / github.com/JedWatson/react-select / SuiteProps

Interface SuiteProps

docs/Tests.tsx:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import * as animatedComponents from 'react-select/animated';
13
14interface SuiteProps {
15 readonly selectComponent: ComponentType<ComponentProps<typeof Select>>;
16 readonly idSuffix: string;
17}
18
19const AnimatedSelect = (props: ComponentProps<typeof Select>) => (
20 <Select

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…