mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
chore(types): remove partials
This commit is contained in:
@@ -138,7 +138,7 @@ export default defineComponent({
|
||||
default: () => appConfig.ui.commandPalette.default.selectedIcon
|
||||
},
|
||||
closeButton: {
|
||||
type: Object as PropType<Partial<Button>>,
|
||||
type: Object as PropType<Button>,
|
||||
default: () => appConfig.ui.commandPalette.default.closeButton
|
||||
},
|
||||
emptyState: {
|
||||
|
||||
Reference in New Issue
Block a user