UNPKG

@ionic/react

Version:
4 lines (3 loc) 259 B
import React from 'react'; import type { IonicReactProps } from './IonicReactProps'; export declare const IonPage: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<unknown>, "style" | "placeholder"> & IonicReactProps & React.RefAttributes<unknown>>;