We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7674279 + 46e81c2 commit 0630ff9Copy full SHA for 0630ff9
index.d.ts
@@ -4,7 +4,7 @@
4
// Definitions: https://github.com/react-component/queue-anim
5
import * as React from 'react';
6
7
-export type IQueueType = 'alpha' | 'left' | 'right' | 'top' | 'bottom' | 'scale' | 'scaleBig' | 'scaleX' | 'scaleY';
+export type IQueueType = 'alpha' | 'left' | 'right' | 'top' | 'bottom' | 'scale' | 'scaleBig' | 'scaleX' | 'scaleY'|[string, string];
8
export type INumberOrArrayOrFunc = number | [number, number] | ((e: { key: string, index: number }) => number | [number, number]);
9
export type IEaseType = 'linear' |
10
'easeInSine' | 'easeOutSine' | 'easeInOutSine' |
0 commit comments