UNPKG

react-calendar-kit

Version:

React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. React Calendar Kit provides a solid foundation for creating inclusive user experienc

6 lines (3 loc) 157 B
import { useLayoutEffect } from 'react'; declare const useIsomorphicLayoutEffect: typeof useLayoutEffect; export { useIsomorphicLayoutEffect as default };