We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4008b3f + 03cd190 commit b807a6eCopy full SHA for b807a6e
packages/victory-tooltip/src/index.d.ts
@@ -8,7 +8,8 @@ import {
8
VictoryThemeDefinition,
9
VictoryStyleObject,
10
VictoryLabelStyleObject,
11
- PaddingOrCallback
+ PaddingOrCallback,
12
+ EventPropTypeInterface
13
} from "victory-core";
14
15
export interface VictoryTooltipProps extends VictoryLabelableProps {
@@ -80,4 +81,7 @@ export interface FlyoutProps extends VictoryCommonProps {
80
81
}
82
83
export class Flyout extends React.Component<FlyoutProps, any> {}
-export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> {}
84
+
85
+export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> {
86
+ static defaultEvents: EventPropTypeInterface<string, StringOrNumberOrCallback>[];
87
+}
0 commit comments