Skip to content

Commit 0a1a1a3

Browse files
authored
Merge pull request #79 from tgamauf/master
Add updateStepElement to Steps type
2 parents 95f06d2 + 6c805a6 commit 0a1a1a3

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): void;
126127
}
127128

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

0 commit comments

Comments
 (0)