/** * The event types for the ContentView component. * * @property {string} onDismiss - The event type for the onDismiss event when the dismiss button is pressed. * @property {string} onDisplay - The event type for the onDisplay event when the content card is displayed. * @property {string} onInteract - The event type for the interact event when the content is pressed. */ export type ContentViewEvent = 'onDismiss' | 'onDisplay' | 'onInteract'; //# sourceMappingURL=ContentViewEvent.d.ts.map