UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 227 B
// rh-timestamp/rh-timestamp.js import type { ReactWebComponent } from '@lit/react'; import type { RhTimestamp } from '@rhds/elements/rh-timestamp/rh-timestamp.js'; export const Timestamp: ReactWebComponent<RhTimestamp, {}>;