@eclass/ui-kit 1.39.7 → 1.39.9

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.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ModalAlertProps } from './types';
3
- export declare function ModalAlert({ showModal, typeAlert, title, description, optionsButton, }: ModalAlertProps): JSX.Element;
3
+ export declare function ModalAlert({ showModal, typeAlert, title, description, optionsButton, top, }: ModalAlertProps): JSX.Element;
4
4
  export declare namespace ModalAlert {
5
5
  var displayName: string;
6
6
  }
@@ -13,6 +13,9 @@ export interface ModalAlertProps {
13
13
 
14
14
  /** Opciones del boton */
15
15
  optionsButton: optionsButton[]
16
+
17
+ /** Posición del modal */
18
+ top?: string
16
19
  }
17
20
 
18
21
  interface optionsButton {