Skip to content

Commit 5a7bd61

Browse files
authored
Update documentation/docs/07-misc/03-typescript.md
1 parent ff2a29f commit 5a7bd61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/07-misc/03-typescript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ Using it together with dynamic components to restrict what kinds of component ca
199199
200200
To extract the properties from a component, use `ComponentProps`.
201201

202-
<!-- testing... -->
203-
204202
```ts
205203
import type { Component, ComponentProps } from 'svelte';
206204
import MyComponent from './MyComponent.svelte';

0 commit comments

Comments
 (0)