UNPKG

213 BJavaScriptView Raw
1System.register(['jotai-valtio'], (function (exports) {
2 'use strict';
3 return {
4 setters: [function (module) {
5 exports('atomWithProxy', module.atomWithProxy);
6 }],
7 execute: (function () {
8
9
10
11 })
12 };
13}));