UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

12 lines (11 loc) 491 B
import "../../CommonImports"; import "../../Core/core.css"; import "./DetailsPanel.css"; import * as React from "react"; import { IDetailsPanelProps } from "./DetailsPanel.Props"; /** * A context-controlled detail area for the MasterDetails pattern * Render your own content instead of using this if you aren't using the context * and are using @see SingleLayerMasterPanel as your MasterPanel */ export declare const DetailsPanel: React.FunctionComponent<IDetailsPanelProps>;