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> =