@eclass/ui-kit 1.40.1 → 1.40.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export interface ModalAlertProps {
9
9
  title?: string
10
10
 
11
11
  /** Mensaje del modal */
12
- description?: string
12
+ description?: string | any
13
13
 
14
14
  /** Opciones del boton */
15
15
  optionsButton: optionsButton[]