/** * Only the wrapper is re-exported here. `OutboundFeature` and the banner * renderer deliberately are not: this barrel is reachable from array.js, and * re-exporting them would pull the whole surface back into the main bundle and * undo the lazy split. Import them from their own files (see * `entrypoints/outbound.ts`). */ export { OutboundWrapper } from "./outbound-wrapper"; export type { OutboundWidgetConfig, OutboundDelivery, OutboundCta, OutboundEventType, BannerContent, } from "./types";