소스 검색

Adjust the def order.

NaotoshiFujita 3 년 전
부모
커밋
e2aa087ff7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/js/types/index.ts

+ 1 - 2
src/js/types/index.ts

@@ -4,6 +4,5 @@
  * @since 3.6.7
  */
 declare module '@splidejs/splide' {}
-
-export * from '@splidejs/splide';
+export { Components, Options, ResponsiveOptions, EventMap } from '@splidejs/splide';
 export * from './general';