@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
22 lines (21 loc) • 519 B
JavaScript
;
import { GlobalConfigContext } from "../../contexts/global-config/index.js";
import { jsx as _jsx } from "react/jsx-runtime";
export function GlobalConfigProvider({
android_buttonRippleEffect,
notificationColor,
toastDuration,
rtl,
children
}) {
return /*#__PURE__*/_jsx(GlobalConfigContext.Provider, {
value: {
android_buttonRippleEffect,
notificationColor,
toastDuration,
rtl
},
children: children
});
}
//# sourceMappingURL=GlobalConfigProvider.js.map