forstok-ui-lib 5.4.8 → 5.4.9

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.
File without changes
@@ -26,6 +26,7 @@ export { default as RadioComponent } from './radio';
26
26
  export { default as SwitchComponent } from './switch';
27
27
  export { default as MasterTableComponent } from './masterTable';
28
28
  export { default as ListComponent } from './list';
29
+ export { default as AntCalendarComponent } from './cascader/calendar';
29
30
 
30
31
  export * from './dropdown/typed';
31
32
  export * from './message/typed';
@@ -53,4 +53,7 @@ declare module '*.module.sass' {
53
53
  export default classes;
54
54
  }
55
55
 
56
- declare module 'approvejs';
56
+ declare module 'approvejs';
57
+
58
+ declare module 'rc-calendar/src/Picker';
59
+ declare module 'rc-calendar/src/RangeCalendar';