UNPKG

react-native-boxes

Version:

A react native library for rapid development of UI using boxes

7 lines (6 loc) 155 B
export type I18n = { t: (id?: string, placeholders?: any) => string | undefined } export const _i18n: I18n = { t: (id, placeholders) => id }