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 1b61696 commit e6e1d26Copy full SHA for e6e1d26
packages/solid/src/render/component.ts
@@ -17,7 +17,7 @@ export function enableHydration() {
17
18
/**
19
* A general `Component` has no implicit `children` prop. If desired, you can
20
- * specify one as in `Component<{name: String, children: JSX.Element>}`.
+ * specify one as in `Component<{name: String, children: JSX.Element}>`.
21
*/
22
export type Component<P = {}> = (props: P) => JSX.Element;
23
0 commit comments