antd-management-fast-framework 2.11.162 → 2.11.164

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.
@@ -6,6 +6,7 @@ export class MobileHtmlPreviewBox extends MobilePreviewArea {
6
6
  export namespace MobileHtmlPreviewBox {
7
7
  let defaultProps: {
8
8
  html: string;
9
+ style: {};
9
10
  affix: boolean;
10
11
  affixOffsetBottom: number;
11
12
  affixOffsetTop: number;
@@ -8,6 +8,7 @@ export class MobilePreviewArea extends Base {
8
8
  text: string;
9
9
  icon: React.JSX.Element;
10
10
  };
11
+ cardStyle: any;
11
12
  extra: {
12
13
  list: {
13
14
  buildType: any;
@@ -42,6 +43,7 @@ export class MobilePreviewArea extends Base {
42
43
  }
43
44
  export namespace MobilePreviewArea {
44
45
  namespace defaultProps {
46
+ let style: {};
45
47
  let affix: boolean;
46
48
  let affixOffsetBottom: number;
47
49
  let affixOffsetTop: number;