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.

9 lines (8 loc) 295 B
type Props = { appIconPath: string; copySubtitle: string; copyTitle: string; onClose: (evt: React.MouseEvent<HTMLElement>) => void; }; export declare const Header: ({ appIconPath, copySubtitle, copyTitle, onClose, }: Props) => import("react/jsx-runtime").JSX.Element; export {};