# `` [![React Universal Interface](https://img.shields.io/badge/React-Universal%20Interface-green.svg)](https://github.com/streamich/react-universal-interface) A render-prop that provides [*Universal Interface*](https://github.com/streamich/react-universal-interface). It provides an object with translation function `t` and translation state `T`. ```jsx {({t, T}) => {t('Hello')}, user! {t('welcome')}
}
``` It also accepts pure strings. ```jsx Hello ``` Or a mix of strings and functions. ```jsx {t => t('Hello')}! ``` ## Props - `ns` — a namespace or an array of namespaces, defaults to `'main'`.