@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
2 lines • 340 B
JavaScript
import {jsx}from'react/jsx-runtime';import {Text}from'react-aria-components';import {TreeStyles}from'./styles.js';const{label:p}=TreeStyles();function s({children:e,className:t}){return jsx(Text,{className:p({className:t}),children:e})}export{s as TreeItemLabel};//# sourceMappingURL=item-label.js.map
//# sourceMappingURL=item-label.js.map