UNPKG

@ark-ui/react

Version:

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

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