@xzdarcy/react-timeline-editor
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -229,2 +229,6 @@ import React, { ReactNode } from 'react'; | ||
pause: () => void; | ||
/** 设置scroll left */ | ||
setScrollLeft: (val: number) => void; | ||
/** 设置scroll top */ | ||
setScrollTop: (val: number) => void; | ||
} | ||
@@ -238,3 +242,4 @@ /** | ||
/** | ||
* @description 编辑区域距离顶部滚动距离 (用于控制与编辑行滚动同步) | ||
* @description 编辑区域距离顶部滚动距离 (请使用ref.setScrollTop代替) | ||
* @deprecated | ||
*/ | ||
@@ -241,0 +246,0 @@ scrollTop?: number; |
{ | ||
"name": "@xzdarcy/react-timeline-editor", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "xzdarcy", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
224250
6372