@primer/react
Version:
An implementation of GitHub's Primer Design System using React
7 lines (6 loc) • 360 B
JavaScript
import { createDescendantRegistry } from "../utils/descendant-registry.js";
//#region src/UnderlineNav/UnderlineNavItemsRegistry.ts
/** Registry of currently-overflowing underline items. If an item is not overflowing, its value will be `null`. */
const UnderlineNavItemsRegistry = createDescendantRegistry();
//#endregion
export { UnderlineNavItemsRegistry };