UNPKG

react-native-full-responsive

Version:

Create a fully responsive React Native app for all supported platforms

5 lines 290 B
import React from 'react'; import type { ContextProps, PropsWithChildren } from '../types'; export declare const FRContext: React.Context<ContextProps | undefined>; export declare const FRProvider: React.FC<PropsWithChildren<Partial<ContextProps>>>; //# sourceMappingURL=FRProvider.d.ts.map