File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 36
36
* @param {Source } source
37
37
* Info about source.
38
38
* @param {undefined } self
39
- * Nothing.
40
- *
41
- * This is used by frameworks that have components (functions, classes).
42
- * Those are not present in hast.
39
+ * Nothing (this is used by frameworks that have components, we don’t).
43
40
* @returns {JSX.Element }
44
41
* An element from your framework.
45
42
*
Original file line number Diff line number Diff line change @@ -214,8 +214,7 @@ Create a development element (TypeScript type).
214
214
* ` source ` ([ ` Source ` ][source])
215
215
— info about source
216
216
* ` self ` ( ` undefined ` )
217
- — nothing (this is used by frameworks that have components, those are not
218
- present in hast)
217
+ — nothing (this is used by frameworks that have components, we don’t)
219
218
220
219
###### Returns
221
220
You can’t perform that action at this time.
0 commit comments