MCPcopy Create free account
hub / github.com/editablejs/editable / CollectionProps

Interface CollectionProps

packages/ui/src/collection.tsx:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type SlotProps = React.ComponentPropsWithoutRef<typeof Slot>
6type CollectionElement = HTMLElement
7interface CollectionProps extends SlotProps {}
8
9// We have resorted to returning slots directly rather than exposing primitives that can then
10// be slotted like `<CollectionItem as={Slot}>…</CollectionItem>`.

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…