@atlaskit/form
Version:
A form allows people to input information.
13 lines (12 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IsDisabledContext = void 0;
var _react = require("react");
/**
* __Is disabled context__
*
* An is disabled context creates the context for when a value is disabled.
*/
var IsDisabledContext = exports.IsDisabledContext = /*#__PURE__*/(0, _react.createContext)(false);