UNPKG

zarm

Version:

基于 React 的移动端UI库

8 lines (7 loc) 217 B
export default function useAnimationDuration({ noticeBarRef, contentRef, delay, speed, keyframeName, }: { noticeBarRef: any; contentRef: any; delay: any; speed: any; keyframeName: any; }): number;