UNPKG

@enact/ui

Version:

A collection of simplified unstyled cross-platform UI components for Enact

16 lines (15 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = require("react"); /** * Used internally for things to notify children that they need to resize because of a parent * update. * * @type Object * @private */ var ResizeContext = /*#__PURE__*/(0, _react.createContext)(); var _default = exports["default"] = ResizeContext;