UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines (7 loc) 308 B
/// <reference types="react" /> import * as React from 'react'; import { ICommandBarProps } from 'office-ui-fabric-react/lib/CommandBar'; export declare class CommandBarBasicExample extends React.Component<ICommandBarProps, {}> { constructor(props: ICommandBarProps); render(): JSX.Element; }