Skip to content

Commit

Permalink
Update DynamicDisclosureGroup.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG authored Jun 6, 2024
1 parent afe62b3 commit b38ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DynamicUI/Views/DynamicDisclosureGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SwiftUI

/// DynamicUI: DynamicDisclosureGroup
/// DynamicDisclosureGroup is a SwiftUI View that can be used to display an DisclosureGroup.
struct DynamicDisclosureGroup: View {
public struct DynamicDisclosureGroup: View {
@Environment(\.internalDynamicUIEnvironment)
/// Internal: dynamicUIEnvironment
private var dynamicUIEnvironment
Expand Down

0 comments on commit b38ee0e

Please sign in to comment.