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.

7 lines (6 loc) 184 B
type Props = { children?: React.ReactNode; isOpen: boolean; }; export declare const Panel: ({ children, isOpen }: Props) => import("react/jsx-runtime").JSX.Element; export {};