@next-core/next-docs 1.2.502 → 1.2.503

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.
@@ -16,7 +16,7 @@ custom_edit_url: null
16
16
  **Signature:**
17
17
 
18
18
  ```typescript
19
- BrickAsComponent: ({ useBrick, data, }: BrickAsComponentProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>
19
+ BrickAsComponent: (props: BrickAsComponentProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>
20
20
  ```
21
21
 
22
22
  ## Remarks
@@ -14,7 +14,7 @@ custom_edit_url: null
14
14
  **Signature:**
15
15
 
16
16
  ```typescript
17
- export declare function BrickAsComponentFactory(React: typeof _React): ({ useBrick, data, }: BrickAsComponentProps) => React.ReactElement;
17
+ export declare function BrickAsComponentFactory(React: typeof _React): (props: BrickAsComponentProps) => React.ReactElement;
18
18
  ```
19
19
 
20
20
  ## Parameters
@@ -25,5 +25,5 @@ export declare function BrickAsComponentFactory(React: typeof _React): ({ useBri
25
25
 
26
26
  **Returns:**
27
27
 
28
- ({ useBrick, data, }: BrickAsComponentProps) =&gt; React.ReactElement
28
+ (props: BrickAsComponentProps) =&gt; React.ReactElement
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.502",
3
+ "version": "1.2.503",
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.6.0",
35
- "@next-core/brick-kit": "^2.183.1",
35
+ "@next-core/brick-kit": "^2.183.2",
36
36
  "@next-core/brick-types": "^2.92.0",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "cb4898dc09789266d8439480bd129c76f9dcd64b"
39
+ "gitHead": "e5bc433cd407edacbf89e48d0857e43050450fd1"
40
40
  }