define type

This commit is contained in:
vidvidvid
2021-10-17 19:44:51 +02:00
committed by Alec LaLonde
parent b26b8e8d48
commit dd3e94aa18

View File

@@ -82,7 +82,7 @@ export type ProfileFieldProps = {
title: string;
placeholder?: string;
value?: string;
onChange?: (a: any) => void;
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
};
interface InputData {