UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines (10 loc) 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setItemInWindowUnitStore = void 0; const setItemInWindowUnitStore = (currentWeb, key, value) => { currentWeb?.injectJavaScript(`setItemInWindowUnitStore('${key}', '${value}')`); }; exports.setItemInWindowUnitStore = setItemInWindowUnitStore; //# sourceMappingURL=windowUnitStore.js.map