UNPKG

reactjs-localizer

Version:
4 lines (3 loc) 219 B
import React from 'react'; import { ContextProps } from '../types'; export declare const withLocalizer: <T extends {}>(WrappedComponent: React.ComponentType<T & ContextProps>) => React.FC<T & Partial<ContextProps>>;