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 186e915 commit ff2a29fCopy full SHA for ff2a29f
documentation/docs/07-misc/03-typescript.md
@@ -199,6 +199,8 @@ 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