2024-03-28 23:01:06 -05:00

9 lines
249 B
Swift

/// State used to configure the display of a `LoadingOverlayView`.
///
public struct LoadingOverlayState: Equatable {
// MARK: Properties
/// The title of the loading overlay, displayed below the activity indicator.
let title: String
}