UNPKG

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