UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

11 lines (10 loc) 266 B
"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