UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines 463 B
import type { UNCheckDeposit } from '../../types/shared'; export declare enum CheckMessage { CHECK_DEPOSIT_CREATED = "unitCheckDepositCreated", CHECK_DEPOSIT_RESTART_REQUEST = "unitCheckDepositRestartRequest" } export type CheckDepositCreatedEvent = UNCheckDeposit; export type CheckDepositRestartRequestEvent = UNCheckDeposit; export type CheckEvent = CheckDepositCreatedEvent | CheckDepositRestartRequestEvent; //# sourceMappingURL=checkMessage.d.ts.map