UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

6 lines 201 B
import { create } from 'zustand'; export const useServerErrorStore = create((set) => ({ error: null, setError: (msg) => set({ error: msg }), })); //# sourceMappingURL=useServerErrorStore.js.map