Skip to content

Commit 0630ff9

Browse files
authored
Merge pull request #65 from guzhongren/patch-1
更新type的定义文件
2 parents 7674279 + 46e81c2 commit 0630ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Definitions: https://github.com/react-component/queue-anim
55
import * as React from 'react';
66

7-
export type IQueueType = 'alpha' | 'left' | 'right' | 'top' | 'bottom' | 'scale' | 'scaleBig' | 'scaleX' | 'scaleY';
7+
export type IQueueType = 'alpha' | 'left' | 'right' | 'top' | 'bottom' | 'scale' | 'scaleBig' | 'scaleX' | 'scaleY'|[string, string];
88
export type INumberOrArrayOrFunc = number | [number, number] | ((e: { key: string, index: number }) => number | [number, number]);
99
export type IEaseType = 'linear' |
1010
'easeInSine' | 'easeOutSine' | 'easeInOutSine' |

0 commit comments

Comments
 (0)