@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
26 lines (25 loc) • 638 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GlobalConfigProvider = GlobalConfigProvider;
var _index = require("../../contexts/global-config/index.js");
var _jsxRuntime = require("react/jsx-runtime");
function GlobalConfigProvider({
android_buttonRippleEffect,
notificationColor,
toastDuration,
rtl,
children
}) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GlobalConfigContext.Provider, {
value: {
android_buttonRippleEffect,
notificationColor,
toastDuration,
rtl
},
children: children
});
}
//# sourceMappingURL=GlobalConfigProvider.js.map