UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

6 lines (5 loc) 235 B
import { UseSwapReturn } from './use-swap'; import { Provider } from 'react'; export interface UseSwapContext extends UseSwapReturn { } export declare const SwapProvider: Provider<UseSwapContext>, useSwapContext: () => UseSwapContext;