//
//  GroupBoxParameters.swift

//  AUTO-GENERATED from data/components.json
//  DO NOT EDIT MANUALLY - Changes will be overwritten
//  Schema version: 1.0.0

import Foundation

/// Parameters for GroupBox component
/// Grouped content container
public struct GroupBoxParameters: ComponentParameters {
  /// Label content for the group box
  public let label: String?
}
