feat: export TransitionOptions interface and getIonPageElement (#28140)

Issue number: resolves #28137

---------

Changes according to [this
comment](https://github.com/ionic-team/ionic-framework/issues/28137#issuecomment-1710283096)

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

@liamdebeasi Sorry for replacing the previous PR. I only copied the main
branch to my fork so I couldn't rebase properly. I am unfortunately not
extremely familiar with Github.

---------

Co-authored-by: Philipp Heuer <philipp@studysmarter.de>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
hoi4
2023-09-11 14:53:56 +02:00
committed by GitHub
parent cd8d5091a1
commit 19f3bb23fd
5 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export {
mdTransitionAnimation,
IonicSlides,
getTimeGivenProgression,
getIonPageElement,
// TYPES
Animation,
@ -83,6 +84,7 @@ export {
ToastLayout,
ToggleChangeEventDetail,
ToggleCustomEvent,
TransitionOptions,
} from '@ionic/core/components';
export * from './proxies';