@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
15 lines • 440 B
TypeScript
import { TimelinePipe } from "@pnp/core";
import { Queryable } from "@pnp/queryable";
export interface ISPFXContext {
pageContext: {
web: {
absoluteUrl: string;
};
legacyPageContext: {
formDigestTimeoutSeconds: number;
formDigestValue: string;
};
};
}
export declare function SPFx(context: ISPFXContext): TimelinePipe<Queryable>;
//# sourceMappingURL=spfx.d.ts.map