react-mkx-toolkit
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -21,2 +21,7 @@ import React, { ChangeEvent } from "react"; | ||
}; | ||
const inputStyle: React.CSSProperties = { | ||
border: "1px solid #ccc", | ||
padding: "8px", | ||
borderRadius: "4px", | ||
}; | ||
@@ -27,2 +32,3 @@ return React.createElement("input", { | ||
onChange: handleChange, | ||
style: { inputStyle }, | ||
...rest, | ||
@@ -29,0 +35,0 @@ }); |
{ | ||
"name": "react-mkx-toolkit", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
4481
92