Fix message box props (#5649)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-05-23 10:08:44 +05:00 committed by GitHub
parent d3361752cf
commit 9cd8b7a001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
import presentation, { HTMLViewer } from '..'
export let label: IntlString
export let labelProps: IntlString
export let labelProps: Record<string, any> | undefined = undefined
export let message: IntlString
export let richMessage: boolean = false
export let params: Record<string, any> = {}