UNPKG

@mikezimm/npmfunctions

Version:
14 lines (13 loc) 470 B
import "@pnp/sp/webs"; import "@pnp/sp/lists"; import "@pnp/sp/items"; import "@pnp/sp/webs"; import "@pnp/sp/clientside-pages/web"; import { IAnyContent } from './IRelatedItemsState'; import { IRelatedFetchInfo } from './IRelatedItemsProps'; export declare function getRelatedItems(fetchInfo: IRelatedFetchInfo, updateProgress: any): Promise<{ items: IAnyContent[]; filtered: IAnyContent[]; error: string; fetchInfo: IRelatedFetchInfo; }>;