ComponentWrapper
-
A wrapper around the compoent to conform to
See moreIdentifiableComponent.Declaration
Swift
public struct IdentifiedComponentWrapper<ID, Wrapped> : ComponentWrapping, IdentifiableComponent where ID : Hashable, Wrapped : Component
View on GitHub
ComponentWrapper Reference