mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
This commit is contained in:
@ -13,7 +13,7 @@ type Props = LocalJSX.IonRouterOutlet & {
|
||||
};
|
||||
|
||||
type InternalProps = Props & {
|
||||
forwardedRef: any;
|
||||
forwardedRef?: React.RefObject<HTMLIonRouterOutletElement>;
|
||||
};
|
||||
|
||||
const IonRouterOutletContainer = /*@__PURE__*/(() => class extends React.Component<InternalProps> {
|
||||
|
Reference in New Issue
Block a user