feat: rewrite the form to react-hook-form and add validation
This commit is contained in:
4
src/models/arm/form.ts
Normal file
4
src/models/arm/form.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type DrawerInputs = {
|
||||
phone: string;
|
||||
name: string;
|
||||
};
|
||||
Reference in New Issue
Block a user