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) 220 B
type Props = { copyAddToHomeScreenStep: string; copyShareStep: string; }; export declare const StepList: ({ copyAddToHomeScreenStep, copyShareStep }: Props) => import("react/jsx-runtime").JSX.Element; export {};