UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 233 B
// pf-timestamp/pf-timestamp.js import type { ReactWebComponent } from '@lit/react'; import type { PfTimestamp } from '@patternfly/elements/pf-timestamp/pf-timestamp.js'; export const Timestamp: ReactWebComponent<PfTimestamp, {}>;