Hiyve Components - v1.0.0
    Preparing search index...
    • Merges user-provided labels with defaults.

      Parameters

      • OptionaluserLabels: Partial<ChatPanelLabels>

        Partial labels to merge with defaults

      Returns ChatPanelLabels

      Complete labels object with user overrides applied

      const labels = mergeChatPanelLabels({
      title: 'Mensajes',
      placeholder: 'Escribe aquĆ­...',
      });
      // Result: all default labels with 'title' and 'placeholder' overridden