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.

6 lines (5 loc) 187 B
type Props = { onClose: (evt: React.MouseEvent<HTMLElement>) => void; }; export declare const CloseButton: ({ onClose }: Props) => import("react/jsx-runtime").JSX.Element; export {};