@kyloc20/mymui-react-textfield
Advanced tools
Comparing version 0.1.3 to 0.1.4
import React, { useState } from "react"; | ||
import { throttle } from "lodash"; | ||
import lodash from "lodash"; | ||
var throttle = lodash.throttle; | ||
export default function TextField(props) { | ||
@@ -4,0 +5,0 @@ var onChange = props.onChange, placeholder = props.placeholder, defaultValue = props.defaultValue, throttleTimeout = props.throttleTimeout, RenderIcon = props.renderIcon; |
{ | ||
"name": "@kyloc20/mymui-react-textfield", | ||
"description": "a TextField UI component made with React&Typescript", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4309
64