UNPKG

440 BTypeScriptView Raw
1import { TimelinePipe } from "@pnp/core";
2import { Queryable } from "@pnp/queryable";
3export interface ISPFXContext {
4 pageContext: {
5 web: {
6 absoluteUrl: string;
7 };
8 legacyPageContext: {
9 formDigestTimeoutSeconds: number;
10 formDigestValue: string;
11 };
12 };
13}
14export declare function SPFx(context: ISPFXContext): TimelinePipe<Queryable>;
15//# sourceMappingURL=spfx.d.ts.map
\No newline at end of file