SwiftUIContainerDestination

@MainActor
public final class SwiftUIContainerDestination<ViewType, EventType, DestinationType, ContentType, TabType, InteractorType> : SwiftUIContainerDestinationable where ViewType : SwiftUIHostedInterfacing, EventType : EventTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A Destination representing a SwiftUIContainerController instance which presents a SwiftUI View within UIKit.