@@ -48,7 +48,6 @@ React component to render markdown.
48
48
* [ Use remark and rehype plugins (math)] ( #use-remark-and-rehype-plugins-math )
49
49
* [ Plugins] ( #plugins )
50
50
* [ Syntax] ( #syntax )
51
- * [ Types] ( #types )
52
51
* [ Compatibility] ( #compatibility )
53
52
* [ Architecture] ( #architecture )
54
53
* [ Appendix A: HTML in markdown] ( #appendix-a-html-in-markdown )
176
175
[ ` defaultUrlTransform ` ] [ api-default-url-transform ] .
177
176
The default export is [ ` Markdown ` ] [ api-markdown ] .
178
177
178
+ It also exports the additional [ TypeScript] [ ] types
179
+ [ ` AllowElement ` ] [ api-allow-element ] ,
180
+ [ ` Components ` ] [ api-components ] ,
181
+ [ ` ExtraProps ` ] [ api-extra-props ] ,
182
+ [ ` HooksOptions ` ] [ api-hooks-options ] ,
183
+ [ ` Options ` ] [ api-options ] ,
184
+ and
185
+ [ ` UrlTransform ` ] [ api-url-transform ] .
186
+
179
187
### ` Markdown `
180
188
181
189
Component to render markdown.
@@ -593,17 +601,6 @@ We use [`micromark`][github-micromark] under the hood for our parsing.
593
601
See its documentation for more information on markdown, CommonMark, and
594
602
extensions.
595
603
596
- ## Types
597
-
598
- This package is fully typed with [TypeScript][].
599
- It exports the additional types
600
- [ ` AllowElement ` ][api-allow-element],
601
- [ ` Components ` ][api-components],
602
- [ ` ExtraProps ` ][api-extra-props],
603
- [ ` HooksOptions ` ][api-hooks-options],
604
- [ ` Options ` ][api-options], and
605
- [ ` UrlTransform ` ][api-url-transform].
606
-
607
604
## Compatibility
608
605
609
606
Projects maintained by the unified collective are compatible with maintained
0 commit comments