UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

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