UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 250 B
//#region src/components/swap/use-swap-context.ts var [SwapProvider, useSwapContext] = require("../../utils/create-context.cjs").createContext("SwapContext"); //#endregion exports.SwapProvider = SwapProvider; exports.useSwapContext = useSwapContext;