react-mkx-toolkit
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,4 +0,4 @@ | ||
import { InputProps } from "index.d"; | ||
import React, { ChangeEvent } from "react"; | ||
import { useRowSelection } from "useRowSelection"; | ||
import { InputProps } from "./index.d"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Input component. |
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,3 +0,3 @@ | ||
import { useRowSelectionProps } from "index.d"; | ||
import { useState } from "react"; | ||
import { useRowSelectionProps } from "../index.d"; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9205