@regenbio/regenbio-components-react 1.2.2 → 1.2.4

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.
@@ -1,9 +1,5 @@
1
- import { RbDataChartProps } from "./type";
2
1
  /**
3
2
  * RB 数据图表
4
- *
5
- * @param props 配置参数
6
- * @constructor
7
3
  */
8
- declare const RbDataChart: (props: RbDataChartProps) => any;
4
+ declare const RbDataChart: any;
9
5
  export default RbDataChart;
@@ -1,4 +1,3 @@
1
- import { Ref } from "react";
2
1
  /**
3
2
  * 图表操作类型
4
3
  */
@@ -43,8 +42,4 @@ export type RbDataChartProps = {
43
42
  * 数据
44
43
  */
45
44
  data?: any;
46
- /**
47
- * 操作 Ref
48
- */
49
- actionRef?: Ref<RbChartActionType | undefined>;
50
45
  };
package/build/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import './index.css';
2
1
  import RbDataTable from "./components/DataTable/index";
3
2
  import { RbDataTableProps, RbActionType } from "./components/DataTable/type";
4
3
  import { RbActionBarItem, RbActionBar } from "./components/ActionBar";
@@ -35,6 +34,6 @@ declare const _default: {
35
34
  RbActionBar: (props: RbActionBarProps) => any;
36
35
  RbThemeSetter: (props: any) => any;
37
36
  RbThemeListener: (props: RbThemeListenerProps) => any;
38
- RbDataChart: (props: RbDataChartProps) => any;
37
+ RbDataChart: any;
39
38
  };
40
39
  export default _default;