UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 213 B
// rh-surface/rh-surface.js import type { ReactWebComponent } from '@lit/react'; import type { RhSurface } from '@rhds/elements/rh-surface/rh-surface.js'; export const Surface: ReactWebComponent<RhSurface, {}>;