react-native-unit-components
Version:
Unit React Native components
9 lines • 305 B
TypeScript
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