This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Description
Ref. wordpress-mobile/WordPress-iOS#12130
FancyAlert creates a typealias that limits the ability to access properties on the UIButton that backs it. Expose the accessibilityHint so that VoiceOver support can be added to the buttons.
public typealias ButtonConfig = (title: String, handler: FancyAlertButtonHandler?)