UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 206 B
// rh-switch/rh-switch.js import type { ReactWebComponent } from '@lit/react'; import type { RhSwitch } from '@rhds/elements/rh-switch/rh-switch.js'; export const Switch: ReactWebComponent<RhSwitch, {}>;