import { useTranslation } from 'react-i18next'; export const ns = 'ui-toolkit'; export const useT = () => useTranslation(ns).t;