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