UNPKG
@cosmos-kit/tailwind-extension
Version:
latest (1.10.1)
1.10.1
1.10.0
1.9.0
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.2
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.1
Cosmos-kit adapter for Tailwind extension
github.com/hyperweb-io/cosmos-kit
hyperweb-io/cosmos-kit
@cosmos-kit/tailwind-extension
/
cjs
/
tailwind.js
9 lines
(8 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
wallets
=
void
0
;
const
_1 =
require
(
"."
);
const
constants_1 =
require
(
"./constants"
);
exports
.
wallets
= [
new
_1.
TailwindExtensionWallet
(constants_1.
tailwind_extension_info
), ];