(opts)
| 90880 | var _assertDefault = parcelHelpers.interopDefault(_assert); |
| 90881 | var ViewState = function() { |
| 90882 | function ViewState1(opts) { |
| 90883 | (0, _classCallCheckDefault.default)(this, ViewState1); |
| 90884 | (0, _assertDefault.default)(Number.isFinite(opts.width), "`width` must be supplied"); |
| 90885 | (0, _assertDefault.default)(Number.isFinite(opts.height), "`height` must be supplied"); |
| 90886 | this._viewportProps = this._applyConstraints(opts); |
| 90887 | } |
| 90888 | (0, _createClassDefault.default)(ViewState1, [ |
| 90889 | { |
| 90890 | key: "getViewportProps", |
nothing calls this directly
no outgoing calls
no test coverage detected