Skip to content

Commit

Permalink
ISC-0: Make the stylable group public
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Mar 7, 2024
1 parent faa10c5 commit 6243055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion StylableSwiftUI/Classes/Core/StylableGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ struct CurrentStylableGroupKey: EnvironmentKey {
static let defaultValue: StylistIdentifier.Path? = nil
}

extension EnvironmentValues {
public extension EnvironmentValues {

/// The current stylable group in the environment
var currentStylableGroup: StylistIdentifier.Path? {
get {
return self[CurrentStylableGroupKey.self]
Expand Down

0 comments on commit 6243055

Please sign in to comment.