@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) • 399 B
JavaScript
'use client';
import {jsx}from'react/jsx-runtime';import'client-only';import {Heading}from'react-aria-components';import {PopoverStyles}from'./styles.js';const{title:p}=PopoverStyles();function n({children:o,className:e,...t}){return jsx(Heading,{slot:"title",className:p({className:e}),...t,children:o})}export{n as PopoverTitle};//# sourceMappingURL=title.js.map
//# sourceMappingURL=title.js.map