UNPKG

426 BTypeScriptView Raw
1import Flicking from "./Flicking";
2import type { FlickingOptions, FlickingEvents } from "./Flicking";
3export * from "./core";
4export * from "./camera";
5export * from "./control";
6export * from "./renderer";
7export * from "./const/external";
8export * from "./cfc";
9export * from "./utils";
10export * from "./type/event";
11export * from "./type/external";
12export type { FlickingOptions, FlickingEvents };
13export default Flicking;