Browse Source

Applies the `EventMap` type.

Naotoshi Fujita 2 năm trước cách đây
mục cha
commit
701dd837ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.