UNPKG

lr-i18n

Version:

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

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