wip
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { InputHTMLAttributes, ReactNode } from 'react';
|
||||
|
||||
interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
|
||||
error?: boolean;
|
||||
errorMessage?: string;
|
||||
errorMessage?: string | undefined;
|
||||
}
|
||||
|
||||
export default function Input({
|
||||
|
||||
Reference in New Issue
Block a user