mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
@ -42,6 +42,11 @@ export interface PickerColumn {
|
||||
prefixWidth?: string;
|
||||
suffixWidth?: string;
|
||||
optionsWidth?: string;
|
||||
|
||||
/**
|
||||
* @deprecated - Use the `columns` property on `ion-picker`
|
||||
* to refresh the component view instead.
|
||||
*/
|
||||
refresh?: () => void;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user