ソースを参照

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.