UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

7 lines (6 loc) 232 B
import * as Fabric from "./fabric"; import * as Components from "./components"; import * as WebParts from "./webparts"; export { Components, Fabric, WebParts }; import { IRESTJS } from "./rest"; export declare const $REST: IRESTJS;