()
| 610 | }) |
| 611 | |
| 612 | const useItemIndicatorContext = () => React.useContext(ItemIndicatorContext) |
| 613 | |
| 614 | type MenuItemIndicatorElement = React.ElementRef<typeof Root.span> |
| 615 | type PrimitiveSpanProps = React.ComponentPropsWithoutRef<typeof Root.span> |
no outgoing calls
no test coverage detected
searching dependent graphs…