UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

13 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.globalState = void 0; var jotai_1 = require("jotai"); exports.globalState = (0, jotai_1.atom)({ files: [], selectedFiles: [], isLoading: false, containerWidth: 0, themeVariant: undefined, pageSize: 0, }); //# sourceMappingURL=globalState.js.map