[Bug Report][3.6.8] v-fab location wrong typescript definition #19944
Closed
Description
Environment
Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Hover over location in the code:
location?: "left" | "right" | "end" | "top" | "bottom" | "start"
Expected Behavior
String values should be able to be combined
Actual Behavior
Only single values seem to be allowed
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Type '"bottom end"' is not assignable to type '"left" | "right" | "end" | "start" | "top" | "bottom" | undefined'.