UNPKG

react-native-full-calendars

Version:

React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.

10 lines 376 B
/// <reference types="react" /> import { CalendarController } from '../type'; import { SwiperController } from 'src/swiper/types'; interface IProps { swiperRef: React.MutableRefObject<SwiperController>; initialDate: Date; } export declare function useCalendarController(props: IProps): CalendarController; export {}; //# sourceMappingURL=useCalendarController.d.ts.map