UNPKG

lr-i18n

Version:

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

9 lines (7 loc) 232 B
import OptionsInterface from './options'; /** * The Interface that is responsible for the OptionsProvider provided. */ export default interface OptionsProviderInterface extends OptionsInterface { prevLocale?: string; }