import Foundation import CommonCore import LayoutKit struct TextBlockTestModels { static let base = TextBlock(widthTrait: .fixed(128), text: NSAttributedString(string: "Text")) }