MCPcopy
hub / github.com/dubinc/dub / MultiValueInputRef

Interface MultiValueInputRef

packages/ui/src/multi-value-input.tsx:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface MultiValueInputRef {
48 /** Commits any pending input, updates parent, and returns the full list. */
49 commitPendingInput: () => string[];
50}
51
52export interface MultiValueInputProps {
53 values: string[];

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…