Skip to content

Commit 621a509

Browse files
committed
Add updateStepElement to Steps type
1 parent 95f06d2 commit 621a509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ declare module 'intro.js-react' {
122122
}
123123

124124
export class Steps extends React.Component<StepsProps> {
125-
introJs: IntroJs;
125+
public introJs: IntroJs;
126+
public updateStepElement(stepIndex: number);
126127
}
127128

128129
export class Hints extends React.Component<HintsProps> {}

0 commit comments

Comments
 (0)