[deleted] I see that Whisper does not export its components. If the components were exported, then it would be possible to import them into my extension and add them as I showed in the documentation.
E.g. This is what it would look like:
//...
import Components from '@kyrne-whisper';
extend(MobileTab.prototype, 'items', (items) => {
items.add('Messages', Components.ConversationsDropdown, 71);
})
You have to ask the author of Whisper to add component export in the code of his extension.