UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 354 B
// elements/rh-footer/rh-footer-copyright.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhFooterCopyright as elementClass } from '@rhds/elements/elements/rh-footer/rh-footer-copyright.js'; export const FooterCopyright = createComponent({ tagName: 'rh-footer-copyright', elementClass, react, events: {}, });