UNPKG

lr-i18n

Version:

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

7 lines (6 loc) 102 B
/** * */ export default interface ReplacementsInterface { [key: string]: string | number; }