소스 검색

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.