chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-03-08 09:35:37 -05:00
45 changed files with 507 additions and 378 deletions

View File

@ -294,7 +294,7 @@ export class Modal implements ComponentInterface, OverlayInterface {
/**
* Emitted after the modal has presented.
* Shorthand for ionModalWillDismiss.
* Shorthand for ionModalDidPresent.
*/
@Event({ eventName: 'didPresent' }) didPresentShorthand!: EventEmitter<void>;