chore(types): remove partials

This commit is contained in:
Benjamin Canac
2023-07-20 18:11:11 +02:00
parent beffde1849
commit 4f4a659ccc
11 changed files with 39 additions and 39 deletions

View File

@@ -81,11 +81,11 @@ export default defineComponent({
default: () => appConfig.ui.notification.default.icon
},
avatar: {
type: Object as PropType<Partial<Avatar>>,
type: Object as PropType<Avatar>,
default: null
},
closeButton: {
type: Object as PropType<Partial<Button>>,
type: Object as PropType<Button>,
default: () => appConfig.ui.notification.default.closeButton
},
timeout: {