@galaxy-ds/core 2.0.9 → 2.0.10

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,4 +1,3 @@
1
1
  import type { DateRangePickerProps as ReactDateRangePickerProps, Range, RangeFocus, RangeKeyDict, Preview, StaticRange, InputRange } from 'react-date-range';
2
- export interface DateRangePickerProps extends ReactDateRangePickerProps {
3
- }
2
+ export type DateRangePickerProps = ReactDateRangePickerProps;
4
3
  export { Range, RangeFocus, RangeKeyDict, Preview, StaticRange, InputRange };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,6 +8,6 @@ import type {
8
8
  InputRange,
9
9
  } from 'react-date-range';
10
10
 
11
- export interface DateRangePickerProps extends ReactDateRangePickerProps {}
11
+ export type DateRangePickerProps = ReactDateRangePickerProps;
12
12
 
13
13
  export { Range, RangeFocus, RangeKeyDict, Preview, StaticRange, InputRange };