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) 165 B
type Props = { copyDescription: string; }; export declare const Description: ({ copyDescription }: Props) => import("react/jsx-runtime").JSX.Element; export {};