UNPKG

react-application-core

Version:

A react-based application core for the business applications.

20 lines 667 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UniversalIdProviderContext = exports.UniversalStickyContext = exports.UniversalScrollableContext = void 0; var React = require("react"); /** * @react-native-compatible * @stable [23.10.2019] */ exports.UniversalScrollableContext = React.createContext(null); /** * @react-native-compatible * @stable [23.10.2019] */ exports.UniversalStickyContext = React.createContext(null); /** * @react-native-compatible * @stable [03.02.2020] */ exports.UniversalIdProviderContext = React.createContext(null); //# sourceMappingURL=container-definition.interface.js.map