rc-notification
Advanced tools
Comparing version 4.5.6 to 4.5.7
@@ -53,3 +53,8 @@ import * as React from 'react'; | ||
state: NotificationState; | ||
private hookRefs; | ||
/** | ||
* @private Internal props do not call it directly. | ||
* We do not make this as private is caused TS will trade private as | ||
* different prop that between es and lib | ||
*/ | ||
hookRefs: Map<React.Key, HTMLDivElement>; | ||
getTransitionName(): string; | ||
@@ -56,0 +61,0 @@ add: (originNotice: NoticeContent, holderCallback?: HolderReadyCallback) => void; |
@@ -53,3 +53,8 @@ import * as React from 'react'; | ||
state: NotificationState; | ||
private hookRefs; | ||
/** | ||
* @private Internal props do not call it directly. | ||
* We do not make this as private is caused TS will trade private as | ||
* different prop that between es and lib | ||
*/ | ||
hookRefs: Map<React.Key, HTMLDivElement>; | ||
getTransitionName(): string; | ||
@@ -56,0 +61,0 @@ add: (originNotice: NoticeContent, holderCallback?: HolderReadyCallback) => void; |
{ | ||
"name": "rc-notification", | ||
"version": "4.5.6", | ||
"version": "4.5.7", | ||
"description": "notification ui component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
53886
1151