aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-05-26 06:31:27 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-05-26 06:31:27 +0800
commit39008372e522bd0963dc71ec91235bb81813355f (patch)
tree5aebb33ebc4543e00d4c3793cb39f8c0e57affe8 /packages/typescript-typings
parent1026952f26043611c4aa3d77b2024cae304021e9 (diff)
downloaddexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar.gz
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar.bz2
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar.lz
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar.xz
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.tar.zst
dexon-0x-contracts-39008372e522bd0963dc71ec91235bb81813355f.zip
Write custom tooltip component
Diffstat (limited to 'packages/typescript-typings')
-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 {