pull/13699/head
Ben McCann 2 years ago
parent 210e3362f2
commit db24b34d9a

@ -211,7 +211,7 @@ declare namespace svelteHTML {
// enhance attributes // enhance attributes
interface HTMLAttributes<T> { interface HTMLAttributes<T> {
// If you want to use the beforeinstallprompt event // If you want to use the beforeinstallprompt event
'onbeforeinstallprompt'?: (event: any) => any; onbeforeinstallprompt?: (event: any) => any;
// If you want to use myCustomAttribute={..} (note: all lowercase) // If you want to use myCustomAttribute={..} (note: all lowercase)
mycustomattribute?: any; // You can replace any with something more specific if you like mycustomattribute?: any; // You can replace any with something more specific if you like
} }

Loading…
Cancel
Save