UNPKG

@lifi/widget

Version:

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

5 lines (3 loc) 163 B
import { createContext } from 'react' import type { FormStoreStore } from './types.js' export const FormStoreContext = createContext<FormStoreStore | null>(null)