UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

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