yogevbd 6 anni fa
parent
commit
e5661fe3ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      lib/src/interfaces/Options.ts

+ 1
- 1
lib/src/interfaces/Options.ts Vedi File

884
   /**
884
   /**
885
    * Configure the overlay
885
    * Configure the overlay
886
    */
886
    */
887
-  overlay?: OptionsOverlay;
887
+  overlay?: OverlayOptions;
888
   /**
888
   /**
889
    * Animation used for navigation commands that modify the layout
889
    * Animation used for navigation commands that modify the layout
890
    * hierarchy can be controlled in options.
890
    * hierarchy can be controlled in options.