chore: add class in close slot props

This commit is contained in:
Benjamin Canac
2024-06-10 18:57:18 +02:00
parent 90bcc23576
commit c630625e83
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ export interface ModalSlots {
header(): any
title(): any
description(): any
close(): any
close(props: { class: string }): any
body(): any
footer(): any
}