UNPKG

react-ios-pwa-prompt

Version:

A React component to prompt the user to add the app as a PWA to the home screen with native iOS styles.

7 lines (6 loc) 212 B
type Props = { isOpen: boolean; onClose: (evt: React.MouseEvent<HTMLElement>) => void; }; export declare const Overlay: ({ isOpen, onClose }: Props) => import("react/jsx-runtime").JSX.Element; export {};