UNPKG

laravel-i18n-react

Version:

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

3 lines (2 loc) 148 B
import ContextInterface from './interfaces/context'; export default function useLaravelReactI18n<T extends string = string>(): ContextInterface<T>;