Interface TranslateProps

interface TranslateProps {
    locale: string;
    t: Translator;
}

Properties

Properties

locale: string
t: Translator

Generated using TypeDoc