UNPKG

async-connect

Version:

HOC for calling and statusing redux actions on componentDidMount

7 lines (6 loc) 212 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var STATUS = exports.STATUS = '@@buyup-admin-console/async/status'; var ERROR = exports.ERROR = '@@buyup-admin-console/async/error';