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