UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 278 B
// rh-progress-stepper/rh-progress-step.js import type { ReactWebComponent } from '@lit/react'; import type { RhProgressStep } from '@rhds/elements/rh-progress-stepper/rh-progress-step.js'; export const ProgressStep: ReactWebComponent<RhProgressStep, { onChange: 'change' }>;