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
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
{ clockConfigs: import("./homePageComponents").ClockConfig[]; customTimeFormat?: Intl.DateTimeFormatOptions | undefined; } |
import("react").JSX.Element | null