UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

12 lines (11 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaneContext = void 0; var _react = require("react"); /** * @internal */ var PaneContext = /*#__PURE__*/(0, _react.createContext)(null); exports.PaneContext = PaneContext;