Skip to content

Commit cedf92a

Browse files
Fixed public modifier
1 parent 549ca87 commit cedf92a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import SwiftUI
33
@available(macOS 15.0, *)
44
@available(iOS 18.0, *)
55
public extension Tab {
6+
/// The type used to drive selection for the containing tab view.
7+
public typealias TabValue = Value
8+
69
/// Creates a tab that the tab view presents when the tab view's selection
710
/// matches the tab's value using a system symbol for the tab's tab item image,
811
/// with a string label.

0 commit comments

Comments
 (0)