Переглянути джерело

Applies the `EventMap` type.

Naotoshi Fujita 2 роки тому
батько
коміт
701dd837ef
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/js/core/Splide/Splide.ts

+ 1 - 1
src/js/core/Splide/Splide.ts

@@ -48,7 +48,7 @@ export class Splide {
   /**
    * The EventBusObject object.
    */
-  readonly event = EventInterface();
+  readonly event = EventInterface<EventMap & Record<string, AnyFunction>>();
 
   /**
    * The collection of all component objects.