-
- {definition?.title || base?.title}
- {definition?.doc_section && (
-
-
-
- )}
-
- {definition?.description &&
{definition.description}}
+
{
+ return (
+
+
+
+ {definition?.title || base?.title}
+ {definition?.doc_section && (
+
+
+
+ )}
+ {definition?.description &&
{definition.description}}
+
+
-
-
- );
- }}
- />
-
+
+