Skip to content

Commit ff2a29f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ 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+
202204
```ts
203205
import type { Component, ComponentProps } from 'svelte';
204206
import MyComponent from './MyComponent.svelte';

0 commit comments

Comments
 (0)