Skip to content

Commit

Permalink
SwiftUI View store bindings to public
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai committed Sep 2, 2024
1 parent ac614a5 commit 657ece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Puredux/SwiftUI/View+StoreBindings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

extension View {
public extension View {
/**
Attaches a state observer to the view, allowing it to respond to changes in the `Store`'s state and update itself accordingly.

Expand Down

0 comments on commit 657ece7

Please sign in to comment.