chore(): revert "feat(select): add event for when overlay is dismissed (#24099)" (#24398)

This reverts commit c1ecf94e4e6e320b61606da3c889926f7372ced7.
This commit is contained in:
Amanda Smith
2021-12-14 09:05:06 -06:00
committed by GitHub
parent c1ecf94e4e
commit 412e5f168e
7 changed files with 7 additions and 38 deletions

View File

@ -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.
*/