Skip to content

Commit 2483cd0

Browse files
authored
Update ScrollScreen.d.ts
1 parent 054e70d commit 2483cd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ScrollScreen.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { IEaseType } from 'rc-tween-one/typings/AnimObject';
22

33
export interface IVarsProps {
4+
location?: string[];
45
duration?: number;
56
ease?: IEaseType;
67
docHeight?: number;
@@ -11,4 +12,4 @@ export interface IVarsProps {
1112
export default class RcSCrollScreen {
1213
public static init: (vars?: IVarsProps) => void;
1314
public static unMount: () => void;
14-
}
15+
}

0 commit comments

Comments
 (0)