ILocalisationFormProps
Definition
interface ILocalisationFormProps {
code: string,
useGoogleTranslate?: boolean,
className?: string,
}Usage
import { ILocalisationFormProps } from 'uxp/components';Last updated
interface ILocalisationFormProps {
code: string,
useGoogleTranslate?: boolean,
className?: string,
}import { ILocalisationFormProps } from 'uxp/components';Last updated