UNPKG

@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) 464 B
'use client'; import {jsx}from'react/jsx-runtime';import'client-only';import {DisclosurePanel,composeRenderProps}from'react-aria-components';import {AccordionStyles}from'./styles.js';const{panel:l}=AccordionStyles();function d({ref:o,children:r,className:e,...n}){return jsx(DisclosurePanel,{...n,ref:o,className:composeRenderProps(e,c=>l({className:c})),children:r})}export{d as AccordionPanel};//# sourceMappingURL=panel.js.map //# sourceMappingURL=panel.js.map