# ILocalisationFormModalInstanceProps

## Definition

```tsx
interface ILocalisationFormModalInstanceProps {
    open: () => void,
    close: () => void
}
```

## Usage

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