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