MCPcopy
hub / github.com/JetBrains/ring-ui / TabTrap

Interface TabTrap

src/tab-trap/tab-trap.tsx:31–33  ·  view source on GitHub ↗

* @name TabTrap

Source from the content-addressed store, hash-verified

29 */
30
31interface TabTrap {
32 node: HTMLElement | null;
33}
34
35// eslint-disable-next-line no-shadow
36const TabTrap = forwardRef<TabTrap, TabTrapProps>(function TabTrap(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected