Skip to main content

HeaderWorldClock

Home > @backstage/plugin-home > HeaderWorldClock

A component to display a configurable list of clocks for various time zones.

Signature:

HeaderWorldClock: (props: {
clockConfigs: import("./homePageComponents").ClockConfig[];
customTimeFormat?: Intl.DateTimeFormatOptions | undefined;
}) => import("react").JSX.Element | null