UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

7 lines 269 B
import { TimelinePipe } from "@pnp/core"; import { Queryable } from "@pnp/queryable"; export interface ISPBrowserProps { baseUrl?: string; } export declare function SPBrowser(props?: ISPBrowserProps): TimelinePipe<Queryable>; //# sourceMappingURL=spbrowser.d.ts.map