UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 138 B
import { IWebPart, IWebPartProps } from "../types"; /** * Web Part */ export declare const WebPart: (props: IWebPartProps) => IWebPart;