UNPKG

@rhds/elements

Version:
11 lines (10 loc) 327 B
// rh-health-index/rh-health-index.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhHealthIndex } from '@rhds/elements/rh-health-index/rh-health-index.js'; export const HealthIndex = createComponent({ tagName: 'rh-health-index', elementClass: RhHealthIndex, react, events: {}, });