@egjs/flicking-plugins 4.2.2 → 4.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -8,7 +8,7 @@ import Parallax from "./Parallax";
8
8
  import Fade from "./Fade";
9
9
  import AutoPlay from "./AutoPlay";
10
10
  import Arrow from "./Arrow";
11
- import Sync from "./Sync";
11
+ import Sync, { SyncOptions, SychronizableFlickingOptions } from "./Sync";
12
12
 
13
13
  export * from "./pagination";
14
14
 
@@ -20,4 +20,9 @@ export {
20
20
  Sync
21
21
  };
22
22
 
23
+ export type {
24
+ SyncOptions,
25
+ SychronizableFlickingOptions
26
+ };
27
+
23
28
  export * from "./const";