UNPKG

@ark-ui/react

Version:

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

11 lines (6 loc) 321 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const useTimePickerContext = require('./use-time-picker-context.cjs'); const TimePickerContext = (props) => props.children(useTimePickerContext.useTimePickerContext()); exports.TimePickerContext = TimePickerContext;