UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 273 B
// rh-progress-stepper/rh-progress-stepper.js import type { ReactWebComponent } from '@lit/react'; import type { RhProgressStepper } from '@rhds/elements/rh-progress-stepper/rh-progress-stepper.js'; export const ProgressStepper: ReactWebComponent<RhProgressStepper, {}>;