type IEventDispatcher = (instanceId: string, eventName: string, data?: { [key: string]: any }) => void
import {IEventDispatcher} from 'uxp/components';
Last updated 1 year ago