UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

13 lines 351 B
export interface ISPSiteInfo { absoluteUrl: string; cdnPrefix: string; classification: string; correlationId: string; id: string; isNoScriptEnabled: boolean; recycleBinItemCount: number; serverRelativeUrl: string; serverRequestPath: string; sitePagesEnabled: boolean; } //# sourceMappingURL=ISPSiteInfo.d.ts.map