carbon-react
Version:
A library of reusable React components for easily building user interfaces.
2 lines (1 loc) • 406 B
JavaScript
;const o="menu-item",t="submenu-scrollable-block",e="scrollable-block-parent",L=`[data-component='${o}'], [data-component='${e}']`,n=`[data-component='${o}'], [data-component='${t}']`,E=`[data-component='${o}']`;exports.ALL_CHILDREN_SELECTOR=L,exports.BLOCK_INDEX_SELECTOR=n,exports.MENU_ITEM=o,exports.MENU_ITEM_CHILDREN_LOCATOR=E,exports.SCROLLABLE_BLOCK=t,exports.SCROLLABLE_BLOCK_PARENT=e;