UNPKG

@empathyco/x-components

Version:
12 lines 422 B
import type { ExperienceControlsRequest } from '@empathyco/x-types'; import type { XEventsTypes } from '../../wiring'; /** * Dictionary of the events of Experience Controls XModule. * * @public */ export interface ExperienceControlsXEvents { ExperienceControlsEventsChanged: Partial<XEventsTypes>; ExperienceControlsRequestUpdated: ExperienceControlsRequest | null; } //# sourceMappingURL=events.types.d.ts.map