UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 419 B
import { ApplicationCustomizerContext } from "@microsoft/sp-application-base"; import { BaseComponentContext } from "@microsoft/sp-component-base"; interface IContextState { context: ApplicationCustomizerContext | BaseComponentContext | undefined; } export declare const contextState: import("jotai").PrimitiveAtom<IContextState> & { init: IContextState; }; export {}; //# sourceMappingURL=contextState.d.ts.map