From 34cb5d2c5df5b95665bd7a17680c15043f6cd977 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:03:53 +0200 Subject: [PATCH] Update src/runtime/internal/dev.ts Co-authored-by: Ignatius Bagus --- src/runtime/internal/dev.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/internal/dev.ts b/src/runtime/internal/dev.ts index c61e0c59c0..180ed966f4 100644 --- a/src/runtime/internal/dev.ts +++ b/src/runtime/internal/dev.ts @@ -276,8 +276,8 @@ export class SvelteComponentTyped< * const componentOfCertainSubType: ComponentType> = someLogic() ? Component1 : Component2; * * - * - * + * + * * ``` */ export type ComponentType> =