UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 247 B
import { UseSwapReturn } from './use-swap.js'; export interface UseSwapContext extends UseSwapReturn { } export declare const SwapProvider: (opts: UseSwapContext) => void, useSwapContext: (fallback?: UseSwapContext | undefined) => UseSwapContext;