Merges user-provided labels with defaults.
Optional
Partial labels to merge with defaults
Complete labels object with user overrides applied
const labels = mergeChatPanelLabels({ title: 'Mensajes', placeholder: 'Escribe aquĆ...',});// Result: all default labels with 'title' and 'placeholder' overridden Copy
const labels = mergeChatPanelLabels({ title: 'Mensajes', placeholder: 'Escribe aquĆ...',});// Result: all default labels with 'title' and 'placeholder' overridden
Merges user-provided labels with defaults.