ILocalisationFormProps

interface ILocalisationFormProps {
    code: string,
    useGoogleTranslate?: boolean,
    className?: string,
}

Usage

import {ILocalisationFormProps} from 'uxp/components';

Last updated