diff --git a/src/runtime/internal/dev.ts b/src/runtime/internal/dev.ts index d6987990c6..c3d76a80f2 100644 --- a/src/runtime/internal/dev.ts +++ b/src/runtime/internal/dev.ts @@ -287,7 +287,7 @@ export type ComponentType - * import { ComponentProps } from 'svelte'; + * import type { ComponentProps } from 'svelte'; * import Component from './Component.svelte'; * * const props: ComponentProps = { foo: 'bar' }; // Errors if these aren't the correct props