Skip to content

Commit 65e114a

Browse files
committed
make SwiftOCAUI binding functions public
1 parent 6a0af17 commit 65e114a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftOCAUI/Conformances/OcaRoot+Binding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import SwiftOCA
1919
import SwiftUI
2020

21-
extension OcaRoot {
21+
public extension OcaRoot {
2222
func binding<Value: Codable & Sendable>(for property: OcaProperty<Value>)
2323
-> Binding<OcaProperty<Value>.PropertyValue>
2424
{

0 commit comments

Comments
 (0)