interface ILocalisationFormModalInstanceProps { open: () => void, close: () => void }
import {ILocalisationFormModalInstanceProps} from 'uxp/components';
Last updated 12 months ago