@deepdesk/deepdesk-sdk 14.3.1-beta.2 → 14.3.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.mts +42 -34
- package/dist/index.d.ts +42 -34
- package/dist/index.esm.js +8 -8
- package/dist/index.iife.js +15 -15
- package/input.css +1 -1
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
- package/widget.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$q: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$q;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$p: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$p;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$o: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$o;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$n: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$n;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$m: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$m;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$l: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -154,21 +154,21 @@ interface SuggestionComposition {
|
|
|
154
154
|
Button: typeof Button;
|
|
155
155
|
ButtonsContainer: typeof ButtonsContainer;
|
|
156
156
|
}
|
|
157
|
-
type SuggestionStyles = typeof styles$
|
|
157
|
+
type SuggestionStyles = typeof styles$l;
|
|
158
158
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
159
159
|
|
|
160
|
-
declare const styles$
|
|
160
|
+
declare const styles$k: {
|
|
161
161
|
readonly "root": string;
|
|
162
162
|
readonly "isWithDivider": string;
|
|
163
163
|
};
|
|
164
164
|
|
|
165
|
-
type SuggestionListStyles = typeof styles$
|
|
165
|
+
type SuggestionListStyles = typeof styles$k;
|
|
166
166
|
interface Props$1 {
|
|
167
167
|
withDivider?: boolean;
|
|
168
168
|
}
|
|
169
169
|
declare const SuggestionList: React.FC<Props$1>;
|
|
170
170
|
|
|
171
|
-
declare const styles$
|
|
171
|
+
declare const styles$j: {
|
|
172
172
|
readonly "root": string;
|
|
173
173
|
readonly "isCollapsed": string;
|
|
174
174
|
};
|
|
@@ -177,7 +177,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
177
177
|
isCollapsed: boolean;
|
|
178
178
|
title: string;
|
|
179
179
|
};
|
|
180
|
-
type ToggleButtonStyles = typeof styles$
|
|
180
|
+
type ToggleButtonStyles = typeof styles$j;
|
|
181
181
|
declare const ToggleButton: React.FC<Props>;
|
|
182
182
|
|
|
183
183
|
declare enum Sources {
|
|
@@ -1586,7 +1586,7 @@ interface TextSuggestionState {
|
|
|
1586
1586
|
[type: string]: SuggestionState;
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
|
-
declare const styles$
|
|
1589
|
+
declare const styles$i: {
|
|
1590
1590
|
readonly "root": string;
|
|
1591
1591
|
readonly "list": string;
|
|
1592
1592
|
readonly "listWrapper": string;
|
|
@@ -1634,23 +1634,23 @@ declare const styles$h: {
|
|
|
1634
1634
|
readonly "actionShortcutFixKerning": string;
|
|
1635
1635
|
};
|
|
1636
1636
|
|
|
1637
|
-
type CommandPaletteStyles = typeof styles$
|
|
1637
|
+
type CommandPaletteStyles = typeof styles$i;
|
|
1638
1638
|
|
|
1639
|
-
declare const styles$
|
|
1639
|
+
declare const styles$h: {
|
|
1640
1640
|
readonly "root": string;
|
|
1641
1641
|
readonly "content": string;
|
|
1642
1642
|
};
|
|
1643
1643
|
|
|
1644
|
-
type DialogStyles = typeof styles$
|
|
1644
|
+
type DialogStyles = typeof styles$h;
|
|
1645
1645
|
|
|
1646
|
-
declare const styles$
|
|
1646
|
+
declare const styles$g: {
|
|
1647
1647
|
readonly "root": string;
|
|
1648
1648
|
readonly "empty": string;
|
|
1649
1649
|
};
|
|
1650
1650
|
|
|
1651
|
-
type EntitiesListStyles = typeof styles$
|
|
1651
|
+
type EntitiesListStyles = typeof styles$g;
|
|
1652
1652
|
|
|
1653
|
-
declare const styles$
|
|
1653
|
+
declare const styles$f: {
|
|
1654
1654
|
readonly "root": string;
|
|
1655
1655
|
readonly "entity": string;
|
|
1656
1656
|
readonly "entityText": string;
|
|
@@ -1659,9 +1659,9 @@ declare const styles$e: {
|
|
|
1659
1659
|
readonly "iconClicked": string;
|
|
1660
1660
|
};
|
|
1661
1661
|
|
|
1662
|
-
type EntitiesWidgetListStyles = typeof styles$
|
|
1662
|
+
type EntitiesWidgetListStyles = typeof styles$f;
|
|
1663
1663
|
|
|
1664
|
-
declare const styles$
|
|
1664
|
+
declare const styles$e: {
|
|
1665
1665
|
readonly "thumbs": string;
|
|
1666
1666
|
readonly "fadeup": string;
|
|
1667
1667
|
readonly "fadedown": string;
|
|
@@ -1670,9 +1670,9 @@ declare const styles$d: {
|
|
|
1670
1670
|
readonly "thumbsDown": string;
|
|
1671
1671
|
};
|
|
1672
1672
|
|
|
1673
|
-
type FeedbackThumbsStyles = typeof styles$
|
|
1673
|
+
type FeedbackThumbsStyles = typeof styles$e;
|
|
1674
1674
|
|
|
1675
|
-
declare const styles$
|
|
1675
|
+
declare const styles$d: {
|
|
1676
1676
|
readonly "root": string;
|
|
1677
1677
|
readonly "text": string;
|
|
1678
1678
|
readonly "isLoggedIn": string;
|
|
@@ -1682,16 +1682,16 @@ declare const styles$c: {
|
|
|
1682
1682
|
readonly "lock": string;
|
|
1683
1683
|
};
|
|
1684
1684
|
|
|
1685
|
-
type FloatingMenuStyles = typeof styles$
|
|
1685
|
+
type FloatingMenuStyles = typeof styles$d;
|
|
1686
1686
|
|
|
1687
|
-
declare const styles$
|
|
1687
|
+
declare const styles$c: {
|
|
1688
1688
|
readonly "root": string;
|
|
1689
1689
|
readonly "paper": string;
|
|
1690
1690
|
};
|
|
1691
1691
|
|
|
1692
|
-
type InlineSuggestionsOverlayStyles = typeof styles$
|
|
1692
|
+
type InlineSuggestionsOverlayStyles = typeof styles$c;
|
|
1693
1693
|
|
|
1694
|
-
declare const styles$
|
|
1694
|
+
declare const styles$b: {
|
|
1695
1695
|
readonly "root": string;
|
|
1696
1696
|
readonly "title": string;
|
|
1697
1697
|
readonly "empty": string;
|
|
@@ -1705,14 +1705,21 @@ declare const styles$a: {
|
|
|
1705
1705
|
readonly "listItemFeedback": string;
|
|
1706
1706
|
};
|
|
1707
1707
|
|
|
1708
|
-
type KnowledgeSearchStyles = typeof styles$
|
|
1708
|
+
type KnowledgeSearchStyles = typeof styles$b;
|
|
1709
1709
|
|
|
1710
|
-
declare const styles$
|
|
1710
|
+
declare const styles$a: {
|
|
1711
1711
|
readonly "root": string;
|
|
1712
1712
|
readonly "content": string;
|
|
1713
1713
|
};
|
|
1714
1714
|
|
|
1715
|
-
type LinkSearchStyles = typeof styles$
|
|
1715
|
+
type LinkSearchStyles = typeof styles$a;
|
|
1716
|
+
|
|
1717
|
+
declare const styles$9: {
|
|
1718
|
+
readonly "loadingBar": string;
|
|
1719
|
+
readonly "placeHolderShimmer": string;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
type LoadingProgressBarStyles = typeof styles$9;
|
|
1716
1723
|
|
|
1717
1724
|
declare const styles$8: {
|
|
1718
1725
|
readonly "root": string;
|
|
@@ -1838,6 +1845,7 @@ type WidgetCustomStyles = {
|
|
|
1838
1845
|
Dialog?: Partial<DialogStyles>;
|
|
1839
1846
|
KeyboardHint?: Partial<KeyboardHintStyles>;
|
|
1840
1847
|
Label?: Partial<LabelStyles>;
|
|
1848
|
+
LoadingProgressBar?: Partial<LoadingProgressBarStyles>;
|
|
1841
1849
|
LinkSearch?: Partial<LinkSearchStyles>;
|
|
1842
1850
|
Login?: Partial<LoginStyles>;
|
|
1843
1851
|
Markdown?: Partial<MarkdownStyles>;
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$q: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$q;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$p: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$p;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$o: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$o;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$n: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$n;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$m: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$m;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$l: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -154,21 +154,21 @@ interface SuggestionComposition {
|
|
|
154
154
|
Button: typeof Button;
|
|
155
155
|
ButtonsContainer: typeof ButtonsContainer;
|
|
156
156
|
}
|
|
157
|
-
type SuggestionStyles = typeof styles$
|
|
157
|
+
type SuggestionStyles = typeof styles$l;
|
|
158
158
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
159
159
|
|
|
160
|
-
declare const styles$
|
|
160
|
+
declare const styles$k: {
|
|
161
161
|
readonly "root": string;
|
|
162
162
|
readonly "isWithDivider": string;
|
|
163
163
|
};
|
|
164
164
|
|
|
165
|
-
type SuggestionListStyles = typeof styles$
|
|
165
|
+
type SuggestionListStyles = typeof styles$k;
|
|
166
166
|
interface Props$1 {
|
|
167
167
|
withDivider?: boolean;
|
|
168
168
|
}
|
|
169
169
|
declare const SuggestionList: React.FC<Props$1>;
|
|
170
170
|
|
|
171
|
-
declare const styles$
|
|
171
|
+
declare const styles$j: {
|
|
172
172
|
readonly "root": string;
|
|
173
173
|
readonly "isCollapsed": string;
|
|
174
174
|
};
|
|
@@ -177,7 +177,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
177
177
|
isCollapsed: boolean;
|
|
178
178
|
title: string;
|
|
179
179
|
};
|
|
180
|
-
type ToggleButtonStyles = typeof styles$
|
|
180
|
+
type ToggleButtonStyles = typeof styles$j;
|
|
181
181
|
declare const ToggleButton: React.FC<Props>;
|
|
182
182
|
|
|
183
183
|
declare enum Sources {
|
|
@@ -1586,7 +1586,7 @@ interface TextSuggestionState {
|
|
|
1586
1586
|
[type: string]: SuggestionState;
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
|
-
declare const styles$
|
|
1589
|
+
declare const styles$i: {
|
|
1590
1590
|
readonly "root": string;
|
|
1591
1591
|
readonly "list": string;
|
|
1592
1592
|
readonly "listWrapper": string;
|
|
@@ -1634,23 +1634,23 @@ declare const styles$h: {
|
|
|
1634
1634
|
readonly "actionShortcutFixKerning": string;
|
|
1635
1635
|
};
|
|
1636
1636
|
|
|
1637
|
-
type CommandPaletteStyles = typeof styles$
|
|
1637
|
+
type CommandPaletteStyles = typeof styles$i;
|
|
1638
1638
|
|
|
1639
|
-
declare const styles$
|
|
1639
|
+
declare const styles$h: {
|
|
1640
1640
|
readonly "root": string;
|
|
1641
1641
|
readonly "content": string;
|
|
1642
1642
|
};
|
|
1643
1643
|
|
|
1644
|
-
type DialogStyles = typeof styles$
|
|
1644
|
+
type DialogStyles = typeof styles$h;
|
|
1645
1645
|
|
|
1646
|
-
declare const styles$
|
|
1646
|
+
declare const styles$g: {
|
|
1647
1647
|
readonly "root": string;
|
|
1648
1648
|
readonly "empty": string;
|
|
1649
1649
|
};
|
|
1650
1650
|
|
|
1651
|
-
type EntitiesListStyles = typeof styles$
|
|
1651
|
+
type EntitiesListStyles = typeof styles$g;
|
|
1652
1652
|
|
|
1653
|
-
declare const styles$
|
|
1653
|
+
declare const styles$f: {
|
|
1654
1654
|
readonly "root": string;
|
|
1655
1655
|
readonly "entity": string;
|
|
1656
1656
|
readonly "entityText": string;
|
|
@@ -1659,9 +1659,9 @@ declare const styles$e: {
|
|
|
1659
1659
|
readonly "iconClicked": string;
|
|
1660
1660
|
};
|
|
1661
1661
|
|
|
1662
|
-
type EntitiesWidgetListStyles = typeof styles$
|
|
1662
|
+
type EntitiesWidgetListStyles = typeof styles$f;
|
|
1663
1663
|
|
|
1664
|
-
declare const styles$
|
|
1664
|
+
declare const styles$e: {
|
|
1665
1665
|
readonly "thumbs": string;
|
|
1666
1666
|
readonly "fadeup": string;
|
|
1667
1667
|
readonly "fadedown": string;
|
|
@@ -1670,9 +1670,9 @@ declare const styles$d: {
|
|
|
1670
1670
|
readonly "thumbsDown": string;
|
|
1671
1671
|
};
|
|
1672
1672
|
|
|
1673
|
-
type FeedbackThumbsStyles = typeof styles$
|
|
1673
|
+
type FeedbackThumbsStyles = typeof styles$e;
|
|
1674
1674
|
|
|
1675
|
-
declare const styles$
|
|
1675
|
+
declare const styles$d: {
|
|
1676
1676
|
readonly "root": string;
|
|
1677
1677
|
readonly "text": string;
|
|
1678
1678
|
readonly "isLoggedIn": string;
|
|
@@ -1682,16 +1682,16 @@ declare const styles$c: {
|
|
|
1682
1682
|
readonly "lock": string;
|
|
1683
1683
|
};
|
|
1684
1684
|
|
|
1685
|
-
type FloatingMenuStyles = typeof styles$
|
|
1685
|
+
type FloatingMenuStyles = typeof styles$d;
|
|
1686
1686
|
|
|
1687
|
-
declare const styles$
|
|
1687
|
+
declare const styles$c: {
|
|
1688
1688
|
readonly "root": string;
|
|
1689
1689
|
readonly "paper": string;
|
|
1690
1690
|
};
|
|
1691
1691
|
|
|
1692
|
-
type InlineSuggestionsOverlayStyles = typeof styles$
|
|
1692
|
+
type InlineSuggestionsOverlayStyles = typeof styles$c;
|
|
1693
1693
|
|
|
1694
|
-
declare const styles$
|
|
1694
|
+
declare const styles$b: {
|
|
1695
1695
|
readonly "root": string;
|
|
1696
1696
|
readonly "title": string;
|
|
1697
1697
|
readonly "empty": string;
|
|
@@ -1705,14 +1705,21 @@ declare const styles$a: {
|
|
|
1705
1705
|
readonly "listItemFeedback": string;
|
|
1706
1706
|
};
|
|
1707
1707
|
|
|
1708
|
-
type KnowledgeSearchStyles = typeof styles$
|
|
1708
|
+
type KnowledgeSearchStyles = typeof styles$b;
|
|
1709
1709
|
|
|
1710
|
-
declare const styles$
|
|
1710
|
+
declare const styles$a: {
|
|
1711
1711
|
readonly "root": string;
|
|
1712
1712
|
readonly "content": string;
|
|
1713
1713
|
};
|
|
1714
1714
|
|
|
1715
|
-
type LinkSearchStyles = typeof styles$
|
|
1715
|
+
type LinkSearchStyles = typeof styles$a;
|
|
1716
|
+
|
|
1717
|
+
declare const styles$9: {
|
|
1718
|
+
readonly "loadingBar": string;
|
|
1719
|
+
readonly "placeHolderShimmer": string;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
type LoadingProgressBarStyles = typeof styles$9;
|
|
1716
1723
|
|
|
1717
1724
|
declare const styles$8: {
|
|
1718
1725
|
readonly "root": string;
|
|
@@ -1838,6 +1845,7 @@ type WidgetCustomStyles = {
|
|
|
1838
1845
|
Dialog?: Partial<DialogStyles>;
|
|
1839
1846
|
KeyboardHint?: Partial<KeyboardHintStyles>;
|
|
1840
1847
|
Label?: Partial<LabelStyles>;
|
|
1848
|
+
LoadingProgressBar?: Partial<LoadingProgressBarStyles>;
|
|
1841
1849
|
LinkSearch?: Partial<LinkSearchStyles>;
|
|
1842
1850
|
Login?: Partial<LoginStyles>;
|
|
1843
1851
|
Markdown?: Partial<MarkdownStyles>;
|