UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 131 B
import { atom } from "jotai"; export var contextState = atom({ context: undefined, }); //# sourceMappingURL=contextState.js.map