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