mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
chore: add class in close slot props
This commit is contained in:
@@ -35,7 +35,7 @@ export interface AlertSlots {
|
||||
title(): any
|
||||
description(): any
|
||||
actions(): any
|
||||
close(): any
|
||||
close(props: { class: string }): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ export interface ModalSlots {
|
||||
header(): any
|
||||
title(): any
|
||||
description(): any
|
||||
close(): any
|
||||
close(props: { class: string }): any
|
||||
body(): any
|
||||
footer(): any
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ export interface SlideoverSlots {
|
||||
header(): any
|
||||
title(): any
|
||||
description(): any
|
||||
close(): any
|
||||
close(props: { class: string }): any
|
||||
body(): any
|
||||
footer(): any
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ export interface ToastSlots {
|
||||
title(): any
|
||||
description(): any
|
||||
actions(): any
|
||||
close(): any
|
||||
close(props: { class: string }): any
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user