UNPKG

@egjs/flicking

Version:

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

15 lines (10 loc) 427 B
/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import AnchorPoint from "./AnchorPoint"; import Viewport, { ViewportPadding } from "./Viewport"; import VirtualManager, { PanelRenderCallback, VirtualOptions } from "./VirtualManager"; export { Viewport, AnchorPoint, VirtualManager }; export type { ViewportPadding, VirtualOptions, PanelRenderCallback }; export * from "./panel";