Write custom tooltip component

This commit is contained in:
fragosti
2018-05-25 15:31:27 -07:00
parent 1026952f26
commit 39008372e5
3 changed files with 57 additions and 7 deletions

View File

@@ -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 {