@rfkit/charts 1.2.28 → 1.2.29

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,6 +1,7 @@
1
1
  import type React from 'react';
2
2
  interface Props {
3
3
  disabled?: boolean;
4
+ inside?: boolean;
4
5
  }
5
6
  declare const AxisYOccupancy: React.FC<Props>;
6
7
  export default AxisYOccupancy;
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
- declare const _default: React.NamedExoticComponent<{}>;
2
+ interface Props {
3
+ inside?: boolean;
4
+ }
5
+ declare const _default: React.NamedExoticComponent<Props>;
3
6
  export default _default;