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 422 B
import React from 'react'; import { SwiperController, SwiperProps } from './types'; export interface ISwiperContext { props: SwiperProps; } export declare const SwiperContext: React.Context<ISwiperContext>; export declare const WithWrappedProvider: (WrappedComponent: React.ComponentType<any>) => React.ForwardRefExoticComponent<SwiperProps & React.RefAttributes<SwiperController>>; //# sourceMappingURL=store.d.ts.map