UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

11 lines (10 loc) 601 B
import "../../CommonImports"; import "../../Core/core.css"; import * as React from "react"; import { IMasterPanelHeaderProps, IMasterPanelProps } from "./MasterPanel.Props"; /** * Context-controlled implementation of MasterDetails MasterPanel that allows for arbitrary layers of drill-down * If you don't need drill-down behavior, @see SingleLayerMasterPanel instead */ export declare const MasterPanel: React.FunctionComponent<React.PropsWithChildren<IMasterPanelProps>>; export declare const MasterPanelHeader: React.FunctionComponent<React.PropsWithChildren<IMasterPanelHeaderProps>>;