@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
4 lines (3 loc) • 398 B
JavaScript
'use client';
import {jsx}from'react/jsx-runtime';import'client-only';import {Text}from'react-aria-components';import {MenuStyles}from'./styles.js';const{label:p}=MenuStyles();function i({children:e,className:t,...o}){return jsx(Text,{...o,slot:"label",className:p({className:t}),children:e})}export{i as MenuItemLabel};//# sourceMappingURL=item-label.js.map
//# sourceMappingURL=item-label.js.map