Skip to content

Commit 8722449

Browse files
committed
Public
1 parent 6ee94ec commit 8722449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/LiveKitComponents/Scopes/ComponentsScope.swift

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

2020
#if compiler(>=6.0)
21-
extension EnvironmentValues {
21+
public extension EnvironmentValues {
2222
@Entry var liveKitUIOptions: UIOptions = .init()
2323
}
2424
#else

Sources/LiveKitComponents/Types/UIOptions.swift

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

2020
/// Subclass to customize default components UI.
21-
open class UIOptions: ObservableObject {
21+
open class UIOptions {
2222
// MARK: - Types
2323

2424
public enum TextFieldType {

0 commit comments

Comments
 (0)