UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 285 B
// lib/elements/rh-context-picker/rh-context-picker.js import type { ReactWebComponent } from '@lit/react'; import type { RhContextPicker } from '@rhds/elements/lib/elements/rh-context-picker/rh-context-picker.js'; export const ContextPicker: ReactWebComponent<RhContextPicker, {}>;