All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.timer.timer-area.cjs Maven / Gradle / Ivy

'use client';
'use strict';

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const jsxRuntime = require('react/jsx-runtime');
const react$1 = require('@zag-js/react');
const react = require('react');
const factory = require('../factory.cjs');
const useTimerContext = require('./use-timer-context.cjs');

const TimerArea = react.forwardRef((props, ref) => {
  const timer = useTimerContext.useTimerContext();
  const mergedProps = react$1.mergeProps(timer.getAreaProps(), props);
  return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.div, { ...mergedProps, ref });
});
TimerArea.displayName = "TimerArea";

exports.TimerArea = TimerArea;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy