UNPKG

redux-saga-rn-alert

Version:
10 lines (7 loc) 172 B
/** * redux-saga-rn-alert * @flow */ 'use strict'; export { watchAlertChannel, alert } from './saga/alert'; export { default as alertReducer } from './reducer/alert';