2
0
Эх сурвалжийг харах

add popover in TDisplayStyle

visuddhinanda 2 жил өмнө
parent
commit
d9a44115ae

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

@@ -8,7 +8,13 @@ import { useIntl } from "react-intl";
 
 const { Text } = Typography;
 
-export type TDisplayStyle = "modal" | "card" | "toggle" | "link" | "window";
+export type TDisplayStyle =
+  | "modal"
+  | "card"
+  | "toggle"
+  | "link"
+  | "window"
+  | "popover";
 interface IWidgetChapterCtl {
   type?: ArticleType;
   id?: string;