"use strict";var t=function(t){return t&&t.__esModule?t["default"]:t},e=t(require("react")),n=t(require("./abstract-layout")),r=function(){return{getContainerClass:function(){return"v-child-container"},getLayoutClass:function(){return"layout"},getSize:function(){return this.props.height},getProps:function(t){return{width:this.props.width,height:t}},getEventPosition:function(t){return t.clientY},getHandleStyle:function(){return{width:"100%",height:this.handleSize,cursor:"ns-resize"}},displayName:"VLayout"}};module.exports=e.createClass(Object.assign(n(),r()));