@ionic/react
Version:
React specific wrapper for @ionic/core
3 lines (2 loc) • 397 B
TypeScript
import React from 'react';
export declare const createInlineOverlayComponent: <PropType, ElementType>(tagName: string, defineCustomElement?: () => void, hasDelegateHost?: boolean) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style" | "placeholder"> & import("./IonicReactProps").IonicReactProps> & React.RefAttributes<ElementType>>;