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.

8 lines (7 loc) 273 B
import type { PropsWithChildren } from 'react'; import type { FormRef } from '../../types/widget.js'; interface FormStoreProviderProps extends PropsWithChildren { formRef?: FormRef; } export declare const FormStoreProvider: React.FC<FormStoreProviderProps>; export {};