@ionic/react
Version:
React specific wrapper for @ionic/core
3 lines (2 loc) • 317 B
TypeScript
import React from 'react';
export declare const createRoutingComponent: <PropType, ElementType>(tagName: string, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<React.PropsWithoutRef<import("./utils").IonicReactExternalProps<PropType, ElementType>>> & React.RefAttributes<ElementType>>;