UNPKG

@egjs/flicking

Version:

Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

16 lines (12 loc) 224 B
/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import Camera, { CameraOptions } from "./Camera"; export { Camera }; export type { CameraOptions }; export * from "./mode";