Explorar o código

title?: React.ReactNode;

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
cb798e6e67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/template/Article.tsx

+ 1 - 1
dashboard/src/components/template/Article.tsx

@@ -12,7 +12,7 @@ interface IWidgetChapterCtl {
   type?: ArticleType;
   id?: string;
   channel?: string;
-  title?: string;
+  title?: React.ReactNode;
   focus?: string | null;
   style?: TDisplayStyle;
 }