react-mkx-toolkit
Advanced tools
Comparing version 1.8.7 to 1.8.8
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "React Custom Hooks provide an efficient means to encapsulate and share logic among components within React applications. This package includes useful React custom hooks.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -209,3 +209,3 @@ ## React Useful Custom Hooks | ||
import React from "react"; | ||
import useOnlineStatus from "react-mkx-toolkit"; | ||
import { useOnlineStatus } from "react-mkx-toolkit"; | ||
@@ -240,3 +240,3 @@ const MyComponent = () => { | ||
import React from "react"; | ||
import useWindowSize from "react-mkx-toolkit"; | ||
import { useWindowSize } from "react-mkx-toolkit"; | ||
@@ -243,0 +243,0 @@ const MyComponent = () => { |
42897