component LayoutSplitter { props { @event resizeStart = function @event resize = function @event resizeEnd = function size = "default" color = "primary" columns = 2 gap = "md" maxWidth = "xl" class = "" } view {
} }