react-mkx-toolkit
Advanced tools
Comparing version 1.0.6 to 1.0.7
import React, { ChangeEvent } from "react"; | ||
import { InputProps } from "./index.d"; | ||
import "./index.css"; | ||
/** | ||
@@ -25,4 +25,4 @@ * Input component. | ||
value: value, | ||
className: "mkx-toolkit-button", | ||
onChange: handleChange, | ||
style: { border: "2px solid red", padding: "8px" }, | ||
...rest, | ||
@@ -29,0 +29,0 @@ }); |
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
4436
90