File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ export class SvelteComponentTyped<
170
170
/**
171
171
* @deprecated The new `Component` type does not have a dedicated Events type. Use `ComponentProps` instead.
172
172
*
173
+ * @description
173
174
* Convenience type to get the events the given component expects. Example:
174
175
* ```html
175
176
* <script lang="ts">
@@ -208,6 +209,7 @@ export type ComponentProps<Comp extends SvelteComponent | Component<any>> =
208
209
/**
209
210
* @deprecated This type is obsolete when working with the new `Component` type.
210
211
*
212
+ * @description
211
213
* Convenience type to get the type of a Svelte component. Useful for example in combination with
212
214
* dynamic components using `<svelte:component>`.
213
215
*
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ declare module 'svelte' {
167
167
/**
168
168
* @deprecated The new `Component` type does not have a dedicated Events type. Use `ComponentProps` instead.
169
169
*
170
+ * @description
170
171
* Convenience type to get the events the given component expects. Example:
171
172
* ```html
172
173
* <script lang="ts">
@@ -205,6 +206,7 @@ declare module 'svelte' {
205
206
/**
206
207
* @deprecated This type is obsolete when working with the new `Component` type.
207
208
*
209
+ * @description
208
210
* Convenience type to get the type of a Svelte component. Useful for example in combination with
209
211
* dynamic components using `<svelte:component>`.
210
212
*
You can’t perform that action at this time.
0 commit comments