react-mkx-toolkit
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -19,3 +19,3 @@ "use strict"; | ||
const react_1 = __importDefault(require("react")); | ||
const useRowSelection_1 = require("useRowSelection"); | ||
const useRowSelection_1 = require("./useRowSelection"); | ||
Object.defineProperty(exports, "useRowSelection", { enumerable: true, get: function () { return useRowSelection_1.useRowSelection; } }); | ||
@@ -22,0 +22,0 @@ const Input = (_a) => { |
import React, { ChangeEvent } from "react"; | ||
import { useRowSelection } from "useRowSelection"; | ||
import { InputProps } from "./index.d"; | ||
import { useRowSelection } from "./useRowSelection"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Input component. |
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
9209