UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

4 lines (3 loc) 165 B
/// <reference types="react" /> import { ICommandBarProps } from './CommandBar.types'; export declare const CommandBar: (props: ICommandBarProps) => JSX.Element;