UNPKG

@ark-ui/react

Version:

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

16 lines (11 loc) 409 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const createContext = require('../../utils/create-context.cjs'); const [SwapProvider, useSwapContext] = createContext.createContext({ name: "SwapContext", hookName: "useSwapContext", providerName: "<SwapProvider />" }); exports.SwapProvider = SwapProvider; exports.useSwapContext = useSwapContext;