Files
2024-06-11 23:18:25 +02:00

2 lines
167 B
JavaScript

import{useSyncExternalStore as r}from'../use-sync-external-store-shim/index.js';function S(t){return r(t.subscribe,t.getSnapshot,t.getSnapshot)}export{S as useStore};