docs: note ambient module info ()

pull/9117/head
Simon H 2 years ago committed by GitHub
parent da3cc6c0a0
commit d2ed2ca329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,6 +156,8 @@ declare module 'svelte/elements' {
'veryexperimentalattribute'?: string;
}
}
export {}; // ensure this is not an ambient module, else types will be overridden instead of augmented
```
## Experimental advanced typings

Loading…
Cancel
Save