@roochnetwork/rooch-sdk-kit
Version:
Rooch SDK Kit
44 lines (42 loc) • 1.97 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/components/connect-modal/wallet-list/WalletListItem.css.ts
var WalletListItem_css_exports = {};
__export(WalletListItem_css_exports, {
container: () => container,
detectingStatus: () => detectingStatus,
installedStatus: () => installedStatus,
loadingSpinner: () => loadingSpinner,
notInstalledStatus: () => notInstalledStatus,
selectedWalletItem: () => selectedWalletItem,
walletIcon: () => walletIcon,
walletItem: () => walletItem,
walletStatus: () => walletStatus
});
module.exports = __toCommonJS(WalletListItem_css_exports);
var container = "WalletListItem_container__1i3e7c00";
var detectingStatus = "WalletListItem_detectingStatus__1i3e7c07";
var installedStatus = "WalletListItem_installedStatus__1i3e7c05";
var loadingSpinner = "WalletListItem_loadingSpinner__1i3e7c09";
var notInstalledStatus = "WalletListItem_notInstalledStatus__1i3e7c06";
var selectedWalletItem = "WalletListItem_selectedWalletItem__1i3e7c02";
var walletIcon = "WalletListItem_walletIcon__1i3e7c03";
var walletItem = "WalletListItem_walletItem__1i3e7c01";
var walletStatus = "WalletListItem_walletStatus__1i3e7c04";
//# sourceMappingURL=WalletListItem.css.js.map