mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
This reverts commit c1ecf94e4e6e320b61606da3c889926f7372ced7.
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -6147,10 +6147,6 @@ declare namespace LocalJSX {
|
||||
* Emitted when the value has changed.
|
||||
*/
|
||||
"onIonChange"?: (event: CustomEvent<SelectChangeEventDetail>) => void;
|
||||
/**
|
||||
* Emitted when the overlay is dismissed.
|
||||
*/
|
||||
"onIonDismiss"?: (event: CustomEvent<void>) => void;
|
||||
/**
|
||||
* Emitted when the select has focus.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user