//
//  TextParameters.swift

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

import Foundation

/// Parameters for Text component
/// Display text content
public struct TextParameters: ComponentParameters {
  /// Maximum number of lines to display
  public let numberOfLines: Double?

  /// Text alignment for multiline text
  public let multilineTextAlignment: String?
}
