UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines 297 B
import type { UNAccount } from '../../types/shared'; export declare enum AccountMessage { UNIT_ACCOUNT_CHANGED = "unitAccountChanged" } export interface AccountChangedEvent { account: UNAccount; } export type AccountEvent = AccountChangedEvent; //# sourceMappingURL=accountMessage.d.ts.map