# ILocalisationFormModalProps

## Definition

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

## Usage

```tsx
import { ILocalisationFormModalProps } from 'uxp/components';
```
