UNPKG

redux-signal

Version:

A scalable solution for modals using React and Redux

8 lines (7 loc) 214 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var CREATED = exports.CREATED = 'CREATED'; var VISIBLE = exports.VISIBLE = 'VISIBLE'; var DESTROYED = exports.DESTROYED = 'DESTROYED';