new changes
This commit is contained in:
@@ -5,7 +5,7 @@ type Props = {
|
||||
error?: boolean;
|
||||
message?: string;
|
||||
placeholder?: string;
|
||||
modelValue: string;
|
||||
modelValue: string | undefined;
|
||||
};
|
||||
|
||||
// props
|
||||
|
||||
Reference in New Issue
Block a user