feat: add primitive profile settings
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
68e5e6d011
commit
140734b32c
@@ -7,7 +7,7 @@ type FormProps = {
|
||||
defaultValues?: UseFormProps['defaultValues'];
|
||||
onSubmit?: SubmitHandler<FieldValues>;
|
||||
render?: (props: UseFormReturn) => React.ReactNode;
|
||||
}
|
||||
};
|
||||
|
||||
const noop = () => null;
|
||||
|
||||
|
Reference in New Issue
Block a user