mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
define type
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user