SwiftUICore.View
nonisolated internal func popoverCore<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, isDetachable: Swift.Bool, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated internal func popoverCore<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View
TabContent
public func draggable<T>(_ payload: @autoclosure @escaping () -> T) -> some SwiftUI.TabContent<Self.TabValue> where T : CoreTransferable.Transferable