UNPKG
@yoroi/banxa
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
The Banxa integration package of Yoroi SDK
github.com/Emurgo/yoroi/packages/banxa
@yoroi/banxa
/
lib
/
commonjs
/
helpers
/
theme.js
11 lines
(10 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
banxaIsTheme
= banxaIsTheme;
const
supportedTheme = [
'dark'
,
'light'
];
function
banxaIsTheme
(
value
) {
return
supportedTheme.
includes
(value); }
//# sourceMappingURL=theme.js.map