UNPKG

@empathyco/x-components

Version:
12 lines 423 B
import { ExperienceControlsRequest } from '@empathyco/x-types'; import { 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