mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Update input props
This commit is contained in:
@@ -21,7 +21,6 @@ type InputProps = {
|
|||||||
type?: 'text' | 'email' | 'password' | 'file' | 'number';
|
type?: 'text' | 'email' | 'password' | 'file' | 'number';
|
||||||
placeholder?: string;
|
placeholder?: string;
|
||||||
fullWidth?: boolean;
|
fullWidth?: boolean;
|
||||||
multiline?: boolean;
|
|
||||||
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user