@app-garage/text-input
Advanced tools
Comparing version 1.3.0 to 2.0.0
# Change Log | ||
## 2.0.0 | ||
### Major Changes | ||
- [`510016d`](https://github.com/electronic33/ag-ui-react/commit/510016d5a426a918e11c9f5865a6050e25b231db) Thanks [@Levi1235](https://github.com/Levi1235)! - drawer & date input classes | ||
## 1.3.0 | ||
@@ -4,0 +10,0 @@ |
import React from 'react'; | ||
import { TextFieldInputProps, TextFormikProps } from './input-hooks'; | ||
declare type TextInputProps = { | ||
export declare type TextInputProps = { | ||
id?: string; | ||
@@ -36,3 +36,2 @@ label?: string; | ||
export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>; | ||
export {}; | ||
//# sourceMappingURL=text-input.d.ts.map |
{ | ||
"name": "@app-garage/text-input", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"author": "Matyas Furtos", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
21892
295