UNPKG

@ark-ui/react

Version:

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

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