UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

1 lines 411 B
import"../../CommonImports";import"../../Core/core.css";import"./Panel.css";import*as React from"react";import{SurfaceContext}from"../../Surface";import{css}from"../../Util";const PanelContent=t=>React.createElement(SurfaceContext.Consumer,null,e=>React.createElement("div",{className:css(t.className,"bolt-panel-content flex-row flex-grow scroll-auto",e.horizontalClassName)},t.children));export{PanelContent};