Merges user-provided LiveClock labels with default values.
Optional
Partial labels to merge with defaults
Complete LiveClockLabels with all required properties
const labels = mergeLiveClockLabels({ formatTime: (date) => date.format('h:mm A'),}); Copy
const labels = mergeLiveClockLabels({ formatTime: (date) => date.format('h:mm A'),});
Merges user-provided LiveClock labels with default values.