UNPKG

laravel-i18n-react

Version:

A Vite plugin to load Laravel localization files and provide them to React applications.

3 lines (2 loc) 131 B
import ContextInterface from './interfaces/context'; export declare const Context: import("react").Context<ContextInterface<any>>;