UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 168 B
import * as React from 'react'; import type { ICommandBarProps } from './CommandBar.types'; export declare const CommandBar: React.FunctionComponent<ICommandBarProps>;