preview-animation
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -1,4 +0,6 @@ | ||
export { default as BeginIcon } from './begin'; | ||
export { default as LastIcon } from './last'; | ||
export { default as NextIcon } from './next'; | ||
export { default as PauseIcon } from './pause'; | ||
export { default as PlayingIcon } from './playing'; | ||
export { default as PlayIcon } from './display'; | ||
export { default as ControlPlayIcon } from './begin'; | ||
export { default as ControlPlayingIcon } from './pause'; |
/// <reference types="react" /> | ||
import { ControllerType } from '../utils/preLoadImg'; | ||
import { LabelType, Lang, PreviewAnimationType } from '../types'; | ||
export declare enum BUTTON_TYPE { | ||
PREV = "prev", | ||
NEXT = "next", | ||
DISPLAY = "display", | ||
PAUSE = "pause" | ||
} | ||
export declare const useGlobalState: (lang?: Lang) => { | ||
@@ -25,3 +31,3 @@ bottomPreviewAnimationGroup: PreviewAnimationType[]; | ||
handleBeginEndFrame: (labelType: LabelType, value: any, label?: any) => void; | ||
handleMouseEnter: (_: React.MouseEvent<HTMLDivElement>, btnType: 'next' | 'prev' | 'display') => void; | ||
onSettingTooltip: (btnType: BUTTON_TYPE) => void; | ||
handleProcessClick: (processBarTipFrame: number) => void; | ||
@@ -28,0 +34,0 @@ setIsPlay: import("react").Dispatch<import("react").SetStateAction<boolean>>; |
@@ -9,2 +9,3 @@ import * as React from 'react'; | ||
lang?: Lang; | ||
wrapperClassName?: string; | ||
}>; |
{ | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -26,2 +26,3 @@ ### Usage | ||
lang?:'zh' | 'en'; | ||
wrapperClassName?: string; | ||
} | ||
@@ -28,0 +29,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
675323
27
2754
39
11