UNPKG

@patternfly/elements

Version:
11 lines (10 loc) 312 B
// pf-timestamp/pf-timestamp.js import { createComponent } from '@lit/react'; import react from 'react'; import { PfTimestamp } from '@patternfly/elements/pf-timestamp/pf-timestamp.js'; export const Timestamp = createComponent({ tagName: 'pf-timestamp', elementClass: PfTimestamp, react, events: {}, });