UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 173 B
import { ICommandButton, ICommandButtonProps } from "./types"; /** * Command Button */ export declare const CommandButton: (props: ICommandButtonProps) => ICommandButton;