mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -46,10 +46,10 @@ export interface AlertEmits {
|
||||
}
|
||||
|
||||
export interface AlertSlots {
|
||||
leading(): any
|
||||
title(): any
|
||||
description(): any
|
||||
actions(): any
|
||||
leading(props?: any): any
|
||||
title(props?: any): any
|
||||
description(props?: any): any
|
||||
actions(props?: any): any
|
||||
close(props: { class: string }): any
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user