UNPKG

@react-native-localize-ext/react

Version:
4 lines (3 loc) 251 B
import React, { ComponentType } from 'react'; import { I18nInstance } from '@react-native-localize-ext/core'; export declare const I18nProvider: (...i18nList: I18nInstance[]) => <T>(WrappedComponent: React.ComponentType<T>) => React.ComponentType<T>;