We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2a29f commit 5a7bd61Copy full SHA for 5a7bd61
documentation/docs/07-misc/03-typescript.md
@@ -199,8 +199,6 @@ Using it together with dynamic components to restrict what kinds of component ca
199
200
To extract the properties from a component, use `ComponentProps`.
201
202
-<!-- testing... -->
203
-
204
```ts
205
import type { Component, ComponentProps } from 'svelte';
206
import MyComponent from './MyComponent.svelte';
0 commit comments