瀏覽代碼

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.