MCPcopy Index your code
hub / github.com/cosscom/coss / SortableListProps

Interface SortableListProps

apps/examples/calcom/components/sortable.tsx:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56interface SortableListProps<T extends { id: UniqueIdentifier }> {
57 items: T[];
58 onReorder: (items: T[]) => void;
59 children: ReactNode;
60 renderOverlay?: (activeItem: T) => ReactNode;
61}
62
63export interface SortableItemRenderProps {
64 attributes: DraggableAttributes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected