interface ILocalisationFormModalProps { code: string, useGoogleTranslate?: boolean, beforeOpen?: () => boolean className?: string }
import {ILocalisationFormModalProps} from 'uxp/components';
Last updated 11 months ago