flash-notification-react-redux
Version:
An es6 growl like notification plugin for redux
7 lines (5 loc) • 323 B
JavaScript
import GrowlerReducer from "./src/reducer/growler.reducer";
import GrowlerContainer from "./src/component/growler.js";
import * as GrowlerActions from "./src/actions/growler.action";
import * as GrowlerTypes from "./src/actions/types/growler.types";
export {GrowlerReducer, GrowlerContainer, GrowlerActions, GrowlerTypes}