react-native-web
Version:
React Native for Web
18 lines (16 loc) • 472 B
JavaScript
;
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
'use client';
exports.__esModule = true;
exports.default = void 0;
var _react = require("react");
var TextAncestorContext = /*#__PURE__*/(0, _react.createContext)(false);
var _default = exports.default = TextAncestorContext;
module.exports = exports.default;