saveButton props of create
i want to customise save and cancel button of savebuttonprops so how to add savebuttonprops fuctionality to other button
const { saveButtonProps } = useForm<IPost>();
<Edit
saveButtonProps={{
...saveButtonProps,
/**
* other desired props
*/
}}
>