UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 155 B
import { ICommandBar, ICommandBarProps } from "./types"; /** * Command Bar */ export declare const CommandBar: (props: ICommandBarProps) => ICommandBar;