UNPKG

269 BTypeScriptView Raw
1import { TimelinePipe } from "@pnp/core";
2import { Queryable } from "@pnp/queryable";
3export interface ISPBrowserProps {
4 baseUrl?: string;
5}
6export declare function SPBrowser(props?: ISPBrowserProps): TimelinePipe<Queryable>;
7//# sourceMappingURL=spbrowser.d.ts.map
\No newline at end of file