فهرست منبع

title?: React.ReactNode;

visuddhinanda 2 سال پیش
والد
کامیت
cb798e6e67
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
   type?: ArticleType;
   id?: string;
   id?: string;
   channel?: string;
   channel?: string;
-  title?: string;
+  title?: React.ReactNode;
   focus?: string | null;
   focus?: string | null;
   style?: TDisplayStyle;
   style?: TDisplayStyle;
 }
 }