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