@tonconnect/ui 2.0.10-beta.1 → 2.0.10-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -101,11 +101,6 @@ declare type WalletsListConfiguration = {
101
101
  * Allows to include extra wallets to the wallets list in the modal.
102
102
  */
103
103
  includeWallets?: UIWallet[];
104
- /**
105
- * List of wallet IDs to be displayed first in the specified order.
106
- * Other wallets will be shown below in their original order.
107
- */
108
- customOrder?: string[];
109
104
  };
110
105
 
111
106
  /**