浏览代码

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';