UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

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; }