fix: make custom element tag optional in typings (#13172)

Was missing from #12754 where we made the tag optional

fixes #13161
pull/13176/head
Simon H 2 weeks ago committed by GitHub
parent 0332abbd83
commit 4f10c83d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1934,7 +1934,7 @@ export interface SvelteHTMLElements {
| string
| undefined
| {
tag: string;
tag?: string;
shadow?: 'open' | 'none' | undefined;
props?:
| Record<

Loading…
Cancel
Save