UNPKG

@adaptui/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

6 lines 216 B
import { useTimeFieldState } from "@react-stately/datepicker"; export function useTimeFieldBaseState(props) { var state = useTimeFieldState(props); return state; } //# sourceMappingURL=timefield-base-state.js.map