mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(): sync with main
This commit is contained in:
@ -46,4 +46,8 @@ export interface PickerColumnOption {
|
||||
duration?: number;
|
||||
transform?: string;
|
||||
selected?: boolean;
|
||||
/**
|
||||
* The optional text to assign as the aria-label on the picker column option.
|
||||
*/
|
||||
ariaLabel?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user