We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111d04f commit 288c764Copy full SHA for 288c764
packages/runtime-core/src/component.ts
@@ -66,7 +66,7 @@ export type Data = Record<string, unknown>
66
export interface ComponentCustomProps {}
67
68
/**
69
- * Default allowed non-declared props on ocmponent in TSX
+ * Default allowed non-declared props on component in TSX
70
*/
71
export interface AllowedComponentProps {
72
class?: unknown
0 commit comments