@next-core/next-docs 1.2.371 → 1.2.372

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.
@@ -25,5 +25,6 @@ export interface EasyopsEmptyProps
25
25
  | [description](./brick-kit.easyopsemptyprops.description.md) | string \| React.ReactNode | |
26
26
  | [illustration](./brick-kit.easyopsemptyprops.illustration.md) | IllustrationProps | |
27
27
  | [imageStyle](./brick-kit.easyopsemptyprops.imagestyle.md) | React.CSSProperties | |
28
+ | [noImage](./brick-kit.easyopsemptyprops.noimage.md) | boolean | |
28
29
  | [useBigEmptyImage](./brick-kit.easyopsemptyprops.usebigemptyimage.md) | boolean | |
29
30
 
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-kit.easyopsemptyprops.noimage
3
+ title: EasyopsEmptyProps.noImage
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-kit](./brick-kit.md) &gt; [EasyopsEmptyProps](./brick-kit.easyopsemptyprops.md) &gt; [noImage](./brick-kit.easyopsemptyprops.noimage.md)
11
+
12
+ ## EasyopsEmptyProps.noImage property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ noImage?: boolean;
18
+ ```
19
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.371",
3
+ "version": "1.2.372",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
6
6
  "license": "GPL-3.0",
@@ -32,9 +32,9 @@
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
34
34
  "@easyops-cn/brick-next-pipes": "^0.3.17",
35
- "@next-core/brick-kit": "^2.154.6",
35
+ "@next-core/brick-kit": "^2.154.7",
36
36
  "@next-core/brick-types": "^2.81.6",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "88ef2ab6c4dbeb53e96ac1edbc93030f847ccf49"
39
+ "gitHead": "f93b7493d292775d27a291a17d16a228205b7d3d"
40
40
  }