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 3636 * @param {Source } source
3737 * Info about source.
3838 * @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).
4340 * @returns {JSX.Element }
4441 * An element from your framework.
4542 *
Original file line number Diff line number Diff line change @@ -214,8 +214,7 @@ Create a development element (TypeScript type).
214214* ` source ` ([ ` Source ` ][source])
215215 — info about source
216216* ` 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)
219218
220219###### Returns
221220
You can’t perform that action at this time.
0 commit comments