UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

12 lines (11 loc) 385 B
import "../../CommonImports"; import "../../Core/core.css"; import "./Tabs.css"; import * as React from "react"; /** * Hooks into tab provider context to render the tab's provided content, as well * as optionally the a filter bar if it is to be rendered outside of the TabBar. */ export declare class TabContent extends React.Component<{}> { render(): JSX.Element; }