File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1818 * Parent of `element`.
1919 * @returns {boolean | null | undefined }
2020 * Whether to allow `element` (default: `false`).
21- *
21+ */
22+
23+ /**
2224 * @typedef {Partial<JsxRuntimeComponents> } Components
2325 * Map tag names to components.
24- *
26+ */
27+
28+ /**
2529 * @typedef Deprecation
2630 * Deprecation.
2731 * @property {string } from
3034 * ID in readme.
3135 * @property {keyof Options } [to]
3236 * New field.
33- *
37+ */
38+
39+ /**
3440 * @typedef Options
3541 * Configuration.
3642 * @property {AllowElement | null | undefined } [allowElement]
6268 * with `unwrapDisallowed` the element itself is replaced by its children.
6369 * @property {UrlTransform | null | undefined } [urlTransform]
6470 * Change URLs (default: `defaultUrlTransform`)
65- *
71+ */
72+
73+ /**
6674 * @callback UrlTransform
6775 * Transform all URLs.
6876 * @param {string } url
You can’t perform that action at this time.
0 commit comments