()
| 81153 | var _createClassDefault = parcelHelpers.interopDefault(_createClass); |
| 81154 | var Effect = function() { |
| 81155 | function Effect1() { |
| 81156 | var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
| 81157 | (0, _classCallCheckDefault.default)(this, Effect1); |
| 81158 | var _props$id = props.id, id = _props$id === void 0 ? "effect" : _props$id; |
| 81159 | this.id = id; |
| 81160 | this.props = {}; |
| 81161 | Object.assign(this.props, props); |
| 81162 | } |
| 81163 | (0, _createClassDefault.default)(Effect1, [ |
| 81164 | { |
| 81165 | key: "preRender", |
nothing calls this directly
no outgoing calls
no test coverage detected