react-tooltip 6.0.2-beta.1271.rc.1 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react-tooltip.d.ts +1 -1
- package/package.json +1 -1
package/dist/react-tooltip.d.ts
CHANGED
|
@@ -175,7 +175,7 @@ declare module 'react' {
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
declare const _default: React$1.
|
|
178
|
+
declare const _default: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<ITooltipController & React$1.RefAttributes<TooltipRefProps>>>;
|
|
179
179
|
|
|
180
180
|
export { _default as Tooltip };
|
|
181
181
|
export type { DataAttribute, IPosition, ITooltipController as ITooltip, Middleware, PlacesType, PositionStrategy, TooltipRefProps, VariantType, WrapperType };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-tooltip",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "react tooltip component",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.mjs --watch",
|