UNPKG

react-native-unit-components

Version:

Unit React Native components

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