UNPKG

@proca/widget

Version:

Proca is an open-source campaign toolkit designed to empower activists and organisations in their digital advocacy efforts. It provides a flexible and customisable platform for creating and managing online petitions, email campaigns, and other forms of di

9 lines (6 loc) 188 B
import { useTranslation } from "react-i18next"; const T = props => { const { t } = useTranslation(); return /* i18next-extract-disable-line */ t(props.message); }; export default T;