"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "EuiResizableContainer", {
enumerable: true,
get: function get() {
return _resizable_container.EuiResizableContainer;
}
});
var _resizable_container = require("./resizable_container");