react-spatial-navigation
Version:
React extensions for spatial-navigation
17 lines (12 loc) • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Decorators = undefined;
var _decorators = require('./decorators');
var Decorators = _interopRequireWildcard(_decorators);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
exports.default = {
Decorators: Decorators
};
exports.Decorators = Decorators;