@admin-layout/client 3.0.0-alpha.95 → 3.0.0-alpha.96

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.
@@ -30,7 +30,7 @@ export declare type BasicLayoutProps = Partial<RouterTypes<Route>> & SiderMenuPr
30
30
  /**
31
31
  *@name logo url
32
32
  */
33
- logo?: React.ReactNode | WithFalse<() => React.ReactNode>;
33
+ logo?: React.ReactNode | WithFalse<() => React.ReactNode> | (() => React.ReactElement);
34
34
  /**
35
35
  *@name Triggered when the page is switched
36
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/client",
3
- "version": "3.0.0-alpha.95",
3
+ "version": "3.0.0-alpha.96",
4
4
  "description": "Sample client for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -34,5 +34,5 @@
34
34
  "typescript": {
35
35
  "definition": "lib/index.d.ts"
36
36
  },
37
- "gitHead": "d4cd600ceb896e9cf709786c9f3899331861525a"
37
+ "gitHead": "a187ac266dc812b030c645f8247a3a1ff9133664"
38
38
  }