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 b16e272 commit 00341e8Copy full SHA for 00341e8
packages/runtime-core/src/component.ts
@@ -94,7 +94,7 @@ export type Data = Record<string, unknown>
94
* the usage of `InstanceType<typeof Comp>` which only works for
95
* constructor-based component definition types.
96
*
97
- * Exmaple:
+ * @example
98
* ```ts
99
* const MyComp = { ... }
100
* declare const instance: ComponentInstance<typeof MyComp>
0 commit comments