UNPKG

react-native-unit-components

Version:

Unit React Native components

4 lines 198 B
export const setItemInWindowUnitStore = (currentWeb, key, value) => { currentWeb?.injectJavaScript(`setItemInWindowUnitStore('${key}', '${value}')`); }; //# sourceMappingURL=windowUnitStore.js.map