{post && - post.map((content: any) => ( -
-
+ post.map((content: IContent) => ( +
+

{content.title}

{props.children}

, - link: (props: any) => ( + code: (props: ISerializerCode) => ( +

{props.children}

+ ), + link: (props: ISerializerLink) => ( {props.children} ) }} /> -
-
+
+ ))}