UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

5 lines 294 B
import { type Dispatch, type SetStateAction } from 'react'; type useStateType<S> = [S, Dispatch<SetStateAction<S>>]; declare const useFallbackState: <T>(defaultValue: T, state?: useStateType<T>) => useStateType<T>; export default useFallbackState; //# sourceMappingURL=useFallbackState.d.ts.map