File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 18
18
* Parent of `element`.
19
19
* @returns {boolean | null | undefined }
20
20
* Whether to allow `element` (default: `false`).
21
- *
21
+ */
22
+
23
+ /**
22
24
* @typedef {Partial<JsxRuntimeComponents> } Components
23
25
* Map tag names to components.
24
- *
26
+ */
27
+
28
+ /**
25
29
* @typedef Deprecation
26
30
* Deprecation.
27
31
* @property {string } from
30
34
* ID in readme.
31
35
* @property {keyof Options } [to]
32
36
* New field.
33
- *
37
+ */
38
+
39
+ /**
34
40
* @typedef Options
35
41
* Configuration.
36
42
* @property {AllowElement | null | undefined } [allowElement]
62
68
* with `unwrapDisallowed` the element itself is replaced by its children.
63
69
* @property {UrlTransform | null | undefined } [urlTransform]
64
70
* Change URLs (default: `defaultUrlTransform`)
65
- *
71
+ */
72
+
73
+ /**
66
74
* @callback UrlTransform
67
75
* Transform all URLs.
68
76
* @param {string } url
You can’t perform that action at this time.
0 commit comments