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.

10 lines (9 loc) 247 B
type Props = { promptOnVisit: number; timesToShow: number; isShown?: boolean; }; export declare const useShouldShowPrompt: ({ promptOnVisit, timesToShow, isShown, }: Props) => { shouldShowPrompt: boolean | undefined; }; export {};