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
/
typescript
/
helpers
/
theme.d.ts
3 lines
•
149 B
TypeScript
View Raw
1
2
3
export
type
BanxaTheme
=
'dark'
|
'light'
;
export
declare
function
banxaIsTheme
(
value
:
any
): value is
BanxaTheme
;
//# sourceMappingURL=theme.d.ts.map