In the following code, the type of options is expected to be undefined, so TS raises an error when I try to assign a string[].
<div>
<FormKit type="primeSelect" name="region" label="Region" :options="['option 1', 'option 2']" />
</div>

This is a Nuxt project, set up in the following way:
@formkit/nuxt module
@sfxcode/formkit-primevue-nuxt module with formkitAutoConfig: false
- A
formkit.config.ts file (used by @formkit/nuxt) which manually loads the PV components from @sfxcode/formkit-primevue