rc-tooltip
Advanced tools
Comparing version 6.1.2 to 6.1.3
import type { ArrowType, TriggerProps } from '@rc-component/trigger'; | ||
import type { ActionType, AlignType, AnimationType } from '@rc-component/trigger/lib/interface'; | ||
import * as React from 'react'; | ||
export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'builtinPlacements' | 'fresh' | 'children' | 'mouseLeaveDelay' | 'mouseEnterDelay' | 'prefixCls'> { | ||
export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'builtinPlacements' | 'fresh' | 'children' | 'mouseLeaveDelay' | 'mouseEnterDelay' | 'prefixCls' | 'forceRender'> { | ||
trigger?: ActionType | ActionType[]; | ||
@@ -6,0 +6,0 @@ defaultVisible?: boolean; |
import type { ArrowType, TriggerProps } from '@rc-component/trigger'; | ||
import type { ActionType, AlignType, AnimationType } from '@rc-component/trigger/lib/interface'; | ||
import * as React from 'react'; | ||
export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'builtinPlacements' | 'fresh' | 'children' | 'mouseLeaveDelay' | 'mouseEnterDelay' | 'prefixCls'> { | ||
export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'builtinPlacements' | 'fresh' | 'children' | 'mouseLeaveDelay' | 'mouseEnterDelay' | 'prefixCls' | 'forceRender'> { | ||
trigger?: ActionType | ActionType[]; | ||
@@ -6,0 +6,0 @@ defaultVisible?: boolean; |
{ | ||
"name": "rc-tooltip", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "React Tooltip", | ||
@@ -49,4 +49,4 @@ "keywords": [ | ||
"@rc-component/father-plugin": "^1.0.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/jest": "^26.0.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.4.0", | ||
"@types/react": "^18.0.26", | ||
@@ -60,3 +60,3 @@ "@types/react-dom": "^18.0.10", | ||
"gh-pages": "^3.1.0", | ||
"less": "^3.11.1", | ||
"less": "^4.1.1", | ||
"np": "^7.1.0", | ||
@@ -63,0 +63,0 @@ "rc-test": "^7.0.9", |
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
52294