UNPKG

react-native-full-calendars

Version:

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

8 lines 247 B
import React from 'react'; interface IProps { isDisabled: boolean; date: Date; } export declare const DayWrapper: React.MemoExoticComponent<({ date, isDisabled }: IProps) => JSX.Element>; export {}; //# sourceMappingURL=DayWrapper.d.ts.map