add missing `SvelteBoundary` in `ElementLike`

pull/14601/head
Mateusz Kadlubowski 2 years ago
parent 1a0b822f48
commit 0b598e4044
No known key found for this signature in database
GPG Key ID: AAED58FCEFE941BB

@ -520,6 +520,7 @@ export type ElementLike =
| AST.SlotElement
| AST.RegularElement
| AST.SvelteBody
| AST.SvelteBoundary
| AST.SvelteComponent
| AST.SvelteDocument
| AST.SvelteElement

Loading…
Cancel
Save