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