UNPKG

react-with-dimension

Version:

Debounced React high order component to expose container width and height.

13 lines (8 loc) 334 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _withDimension = require('./with-dimension'); var _withDimension2 = _interopRequireDefault(_withDimension); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = _withDimension2.default;