UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

9 lines (7 loc) 217 B
/** * Flowtype definitions for theme * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type BanxaTheme = "dark" | "light"; declare export function banxaIsTheme(value: any): boolean;