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