UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

5 lines 156 B
const supportedTheme = ['dark', 'light']; export function banxaIsTheme(value) { return supportedTheme.includes(value); } //# sourceMappingURL=theme.js.map