fix(CommandPalette): wrong type usage

This commit is contained in:
Benjamin Canac
2023-05-05 17:19:39 +02:00
parent f221b890a9
commit 4665563e6f

View File

@@ -126,7 +126,7 @@ export default defineComponent({
default: () => appConfig.ui.commandPalette.default.selectedIcon
},
close: {
type: Object as PropType<Partial<UButtonType>>,
type: Object as PropType<Partial<ButtonType>>,
default: () => appConfig.ui.commandPalette.default.close
},
empty: {