@oddle.me/react-calendar-timeline 0.29.1 → 0.29.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/global.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oddle.me/react-calendar-timeline",
3
- "version": "0.29.1",
3
+ "version": "0.29.2",
4
4
  "description": "react calendar timeline",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/global.d.ts",
package/src/global.d.ts CHANGED
@@ -255,6 +255,7 @@ declare module '@oddle.me/react-calendar-timeline' {
255
255
  // Fields that are in propTypes but not documented
256
256
  headerRef?: React.Ref<any> | undefined;
257
257
  className?: string;
258
+ initialScrollTop?: number
258
259
  }
259
260
 
260
261
  export interface TimelineTimeSteps {