UNPKG

lr-i18n

Version:

Allows to connect your `Laravel` Framework localization files with `React`.

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