declare namespace svelte.JSX { interface HTMLAttributes { // If you want to use on:beforeinstallprompt oninview?: (event: CustomEvent<{isInView:boolean}>) => any; } }