UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

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