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 210 B
import { useCalendarState } from "@react-stately/calendar"; export function useCalendarBaseState(props) { var state = useCalendarState(props); return state; } //# sourceMappingURL=calendar-base-state.js.map