UNPKG

lareact-i18n

Version:

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

9 lines (8 loc) 105 B
/** * */ export default interface LocaleFileInterface { default: { [key: string]: string; }; }