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.

8 lines (7 loc) 199 B
export declare const useLocalStorageObject: () => { get: (key: string) => any; set: (key: string, obj: { [key: string]: unknown; }) => void; remove: (key: string) => void; };