diff --git a/src/types/interfaces.ts b/src/types/interfaces.ts index 18aa369..cbe2437 100644 --- a/src/types/interfaces.ts +++ b/src/types/interfaces.ts @@ -22,7 +22,7 @@ export interface TitleProps extends ChildProps { } export interface InputProps extends TitleProps { - onChange?: JSX.EventHandlerUnion, + onInput?: JSX.EventHandlerUnion, placeholder?: string | null, required?: boolean, type?: string,