| 5 | type SlotProps = React.ComponentPropsWithoutRef<typeof Slot> |
| 6 | type CollectionElement = HTMLElement |
| 7 | interface 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>`. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…