aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/react-joyride/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/types/react-joyride/index.d.ts')
-rw-r--r--packages/typescript-typings/types/react-joyride/index.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-typings/types/react-joyride/index.d.ts b/packages/typescript-typings/types/react-joyride/index.d.ts
index b9094823d..dacdf47a6 100644
--- a/packages/typescript-typings/types/react-joyride/index.d.ts
+++ b/packages/typescript-typings/types/react-joyride/index.d.ts
@@ -65,9 +65,9 @@ declare module 'react-joyride' {
continuous?: boolean;
run?: boolean;
stepIndex?: number;
- callback?: (data: CallbackData) => void;
debug?: boolean;
styles?: StyleOptionsProp;
+ tooltipComponent: React.ComponentClass<any> | React.StatelessComponent;
}
export interface State {