Is there React IonPage component api documentation?

I can’t find the React IonPage component api documentation.

What exactly are you looking for?

I hope to check what props are available in IonPage React component?

We don’t have a dedicated docs page for IonPage, but its pretty simple and there are no additional props it takes in currently.

Thanks
I have one more question. I tried to make a modal transition animation with ionic/react.


entering animation works well but leaving animation doesn’t work in the way I expected.
Modal inner content is destroyed before leaving animation.
So I can see only blank page animation.