ILocalisationFormModalInstanceProps

Definition

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

Usage

import { ILocalisationFormModalInstanceProps } from 'uxp/components';

Last updated