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.
1 parent 054e70d commit 2483cd0Copy full SHA for 2483cd0
src/ScrollScreen.d.ts
@@ -1,6 +1,7 @@
1
import { IEaseType } from 'rc-tween-one/typings/AnimObject';
2
3
export interface IVarsProps {
4
+ location?: string[];
5
duration?: number;
6
ease?: IEaseType;
7
docHeight?: number;
@@ -11,4 +12,4 @@ export interface IVarsProps {
11
12
export default class RcSCrollScreen {
13
public static init: (vars?: IVarsProps) => void;
14
public static unMount: () => void;
-}
15
+}
0 commit comments