jsbox-cview 1.1.1 → 1.1.2

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.
@@ -97,7 +97,7 @@ export interface NavigationBarProps {
97
97
  }
98
98
 
99
99
  interface BarButtonItem {
100
- cview?: Base<AllUIView, UiTypes.AllViewOptions>;
100
+ cview?: Base<any, any>;
101
101
  width?: number;
102
102
  title?: string;
103
103
  symbol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsbox-cview",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "为 JSBox 设计的微型框架",
5
5
  "repository": {
6
6
  "type": "git",