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.
13 lines (12 loc) • 474 B
TypeScript
type Props = {
appIconPath: string;
copyAddToHomeScreenStep: string;
copyDescription: string;
copyShareStep: string;
copySubtitle: string;
copyTitle: string;
delay: number;
onClose: (evt: React.MouseEvent<HTMLElement>) => void;
};
export declare const Container: ({ appIconPath, copyAddToHomeScreenStep, copyDescription, copyShareStep, copySubtitle, copyTitle, delay, onClose, }: Props) => import("react/jsx-runtime").JSX.Element;
export {};