UNPKG

lr-i18n

Version:

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

14 lines (13 loc) 243 B
declare const _default: { /** * * @param dirname */ getJsonLocale: (dirname: string) => string[]; /** * * @param dirname */ getPhpLocale: (dirname: string) => string[]; }; export default _default;