UNPKG

@rhds/elements

Version:
11 lines (10 loc) 339 B
// rh-accordion/rh-accordion-panel.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhAccordionPanel } from '@rhds/elements/rh-accordion/rh-accordion-panel.js'; export const AccordionPanel = createComponent({ tagName: 'rh-accordion-panel', elementClass: RhAccordionPanel, react, events: {}, });