@clayui/form
Advanced tools
Comparing version 3.40.0 to 3.42.0
@@ -17,3 +17,3 @@ import React from 'react'; | ||
interface IProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
component?: 'input' | React.ForwardRefExoticComponent<any>; | ||
component?: 'input' | 'textarea' | React.ForwardRefExoticComponent<any>; | ||
insetAfter?: boolean; | ||
@@ -20,0 +20,0 @@ insetBefore?: boolean; |
{ | ||
"name": "@clayui/form", | ||
"version": "3.40.0", | ||
"version": "3.42.0", | ||
"description": "ClayForm component", | ||
@@ -42,3 +42,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "35f995fa7784af86b2052a542ae5d7b1eccfd356" | ||
"gitHead": "5d343a75f2080a6c19997379cf28b8d430ca0b7e" | ||
} |
Sorry, the diff of this file is not supported yet
122283