mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
chore: add class in close slot props
This commit is contained in:
@@ -32,7 +32,7 @@ export interface ModalSlots {
|
||||
header(): any
|
||||
title(): any
|
||||
description(): any
|
||||
close(): any
|
||||
close(props: { class: string }): any
|
||||
body(): any
|
||||
footer(): any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user