@egjs/flicking
Version:
Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
21 lines (17 loc) • 522 B
text/typescript
/*
* Copyright (c) 2015 NAVER Corp.
* egjs projects are licensed under the MIT license
*/
import Flicking from "./Flicking";
import type { FlickingOptions, FlickingEvents } from "./Flicking";
export * from "./core";
export * from "./camera";
export * from "./control";
export * from "./renderer";
export * from "./const/external";
export * from "./cfc";
export * from "./utils";
export * from "./type/event";
export * from "./type/external";
export type { FlickingOptions, FlickingEvents };
export default Flicking;