//
//  LabelParameters.swift

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

import Foundation

/// Parameters for Label component
/// Label with optional icon
public struct LabelParameters: ComponentParameters {
  /// Text content for the label
  public let title: String?

  /// SF Symbol name for the label icon
  public let systemImage: String?
}
