ILocalisationFormModalProps

interface ILocalisationFormModalProps {
    code: string,
    useGoogleTranslate?: boolean,
    beforeOpen?: () => boolean
    className?: string
}

Usage

import {ILocalisationFormModalProps} from 'uxp/components';

Last updated