MCPcopy Index your code
hub / github.com/SortableJS/react-sortablejs / Normalized

Interface Normalized

src/util.ts:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161export interface Normalized<T> extends Input {
162 item: T;
163}
164
165/**
166 * Removes the following group of properties from `props`,

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…