UNPKG

@omnia/fx-spfx

Version:
11 lines (10 loc) 334 B
import { ApplicationCustomizerContext } from "../models"; /** * Provides SharePoint Spfx related contexts. This context should be injected using @Inject(SharePointContext) * @class SharePointContext */ export declare class SpfxContext { constructor(); get applicationCustomizerContext(): ApplicationCustomizerContext; }