UNPKG

@egjs/flicking

Version:

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

18 lines (14 loc) 282 B
/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import Panel, { PanelOptions } from "./Panel"; import VirtualPanel from "./VirtualPanel"; export * from "./provider"; export { Panel, VirtualPanel }; export type { PanelOptions };