Connector
public struct Connector<Content, State, Props> : View where Content : View, Props : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public init( mapState: @escaping (State, ActionBinder) -> Props?, @ViewBuilder content: @escaping (Props) -> Content )
-
Declaration
Swift
public var body: some View { get }