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.

5 lines (4 loc) 132 B
export declare const useNumberOfVisits: () => { numberOfVisits: number | undefined; incrementNumberOfVisits: () => void; };