UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 226 B
// rh-icon/rh-icon.js import type { ReactWebComponent } from '@lit/react'; import type { RhIcon } from '@rhds/elements/rh-icon/rh-icon.js'; export const Icon: ReactWebComponent<RhIcon, { onLoad: 'load'; onError: 'error' }>;