//
//  ScrollViewParameters.swift

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

import Foundation

/// Parameters for ScrollView component
/// Scrollable container
public struct ScrollViewParameters: ComponentParameters {
  /// Scroll axis
  public let axis: String?

  /// Show scroll indicators
  public let showsIndicators: Bool?
}
