Sources/ComposeUI/Modal/Alert/ComposeAlertViewPresentationMode.swift

Summary

Maintainability
A
0 mins
Test Coverage
import Foundation

public enum ComposeAlertViewPresentationMode {
    case alert
    case sheet
}