UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

8 lines (7 loc) 279 B
export interface LiveIndicatorProps { now: Date; /** Optional IANA timezone for the displayed clock. */ tz?: string; className?: string; } export declare function LiveIndicator({ now, tz, className }: LiveIndicatorProps): import("react/jsx-runtime").JSX.Element;