dateTimePicker Options - Next and Previous (not day)

I’d like to add buttons for previous/next month and year. I went through the Vue documentation for this but can’t decipher what exactly I should add.

Here’s my picker:

{
“dateTimePickerOptions”: {
“format”: “MM/DD/YYYY”
},
“label”: “Date of Birth”,
“model”: “dob”,
“required”: true,
“format”: “MM/DD/YYYY”,
“styleClasses”: “col-md-6”,
“type”: “dateTimePicker”
}

The easiest way to customize the date time picker is to use a different one.

The docs give an example of how to include 3rd party modules here:
https://docs.fmbetterforms.com/reference/components-overview/3rd-party-elements