calendar-2k 1.0.12 → 1.0.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calendar-2k",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "The fastest fully customizable Expo date & time picker, written in TypeScript, supporting Expo Go, single date, time, date range, time range, datetime range selection, flexible date disabling, and dynamic color theming for iOS and Android.",
5
5
  "main": "build/Calendar2kView.js",
6
6
  "types": "build/Calendar2k.types.d.ts",
@@ -5,5 +5,5 @@ import { Calendar2kModuleEvents } from "./Calendar2k.types";
5
5
  declare class Calendar2kModule extends NativeModule<Calendar2kModuleEvents> {}
6
6
 
7
7
  export default requireNativeModule<Calendar2kModule>("Calendar2k");
8
- export * from "./Calendar2k.types";
8
+ export type { DateValueType } from "./Calendar2k.types";
9
9
  export { default as Calendar2kView } from "./Calendar2kView";