Package-level declarations
Types
Link copied to clipboard
Represents a resource that should be disposed when no longer required.
Link copied to clipboard
class SwiftPreviewStore<State : Any>(initialState: State, reducer: <Error class: unknown class><State>) : SwiftStore<State>
previewStore equivalent that implements SwiftStore.
Link copied to clipboard
Simplified Store API to provide better interop with Objective-C/Swift.
Functions
Link copied to clipboard
Returns SwiftStore that delegates to this store.