victory-tooltip
Advanced tools
Comparing version 35.4.1 to 35.4.2
@@ -11,3 +11,4 @@ import * as React from "react"; | ||
VictoryLabelStyleObject, | ||
PaddingOrCallback | ||
PaddingOrCallback, | ||
EventPropTypeInterface | ||
} from "victory-core"; | ||
@@ -84,2 +85,5 @@ | ||
export class Flyout extends React.Component<FlyoutProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> { | ||
static defaultEvents: EventPropTypeInterface<string, StringOrNumberOrCallback>[]; | ||
} |
@@ -11,3 +11,4 @@ import * as React from "react"; | ||
VictoryLabelStyleObject, | ||
PaddingOrCallback | ||
PaddingOrCallback, | ||
EventPropTypeInterface | ||
} from "victory-core"; | ||
@@ -84,2 +85,5 @@ | ||
export class Flyout extends React.Component<FlyoutProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> { | ||
static defaultEvents: EventPropTypeInterface<string, StringOrNumberOrCallback>[]; | ||
} |
{ | ||
"name": "victory-tooltip", | ||
"version": "35.4.1", | ||
"version": "35.4.2", | ||
"description": "Tooltip Component for Victory", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,3 +11,4 @@ import * as React from "react"; | ||
VictoryLabelStyleObject, | ||
PaddingOrCallback | ||
PaddingOrCallback, | ||
EventPropTypeInterface | ||
} from "victory-core"; | ||
@@ -84,2 +85,5 @@ | ||
export class Flyout extends React.Component<FlyoutProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> {} | ||
export class VictoryTooltip extends React.Component<VictoryTooltipProps, any> { | ||
static defaultEvents: EventPropTypeInterface<string, StringOrNumberOrCallback>[]; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1319889
9025