UNPKG
react-timelapse
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
画像ファイルをタイムラプスで描画するコンポーネント
github.com/ototonari/timelapse
ototonari/timelapse
react-timelapse
/
lib
/
Utils.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
ImageProps
}
from
"../component/Timelapse"
;
export
declare
const
sampleImageCreator
:
(
maxIndex
:
number
) =>
ImageProps
[];